BiblioPixel
3.4.42
Features
The BiblioPixel Tutorial
Getting help
Topic Papers
For BiblioPixel developers
Reference
bibliopixel
bibliopixel package
Subpackages
Module contents
BiblioPixelAnimations
BiblioPixel
Docs
»
Reference
»
bibliopixel
»
bibliopixel package
»
bibliopixel.util package
»
bibliopixel.util.log module
View page source
bibliopixel.util.log module
¶
bibliopixel.util.log.
add_arguments
(
parser
)
[source]
¶
bibliopixel.util.log.
apply_args
(
args
)
[source]
¶
bibliopixel.util.log.
get_log_level
(
)
[source]
¶
bibliopixel.util.log.
is_debug
(
)
[source]
¶
bibliopixel.util.log.
setLogLevel
(
level
)
[source]
¶
bibliopixel.util.log.
set_log_level
(
level
)
[source]
¶
Parameters:
level
– the level to set - either a string level name from ‘frame’, ‘debug’, ‘info’, ‘warning’, ‘error’ or an integer log level from: log.FRAME, log.DEBUG, log.INFO, log.WARNING, log.ERROR