Module logging

Module logging 

Source

Enums§

LoggingLevel
LoggingStream
LoggingTarget
Log destination type.

Functions§

configure_logging
Convenience: configure logging target and stream without creating a CameraManager.
configure_stderr
Convenience: direct logging to stderr and set a default level for the “Camera” category.
configure_stdout
Convenience: direct logging to stdout and set a default level for the given category.
log_set_file
Direct logging to a file.
log_set_stream
Direct logging to a stream.
log_set_target
Set the logging target.
set_category_level
Set the log level for a category without constructing a CameraManager.