log#

Basic logging classes and methods.

Functions:

debug(message[, cls])

Log a debug message to help analyze program flow.

error(message[, exc_info])

Log an error.

success(message)

Logs a message when an action succeeds.

bookmarks.log.debug(message, cls=None)[source]#

Log a debug message to help analyze program flow.

bookmarks.log.error(message, exc_info=None)[source]#

Log an error.

If available, a traceback will automatically be included in the output.

bookmarks.log.success(message)[source]#

Logs a message when an action succeeds.