pricegenerator.UniLogger
This module init standard python logging system with some of pre-defined parameters, e.g. debug level for log-file, info level for console, log-rotate and so on.
Current internal logger name for PriceGenerator module is PriceGenerator-UniLogger
.
This procedure setting up UniLogger verbosity level.
Class using to set up log level filtering.
Initialize a filter.
Initialize with the name of the logger which, together with its children, will have its events allowed through the filter. If no name is specified, allow every event.
Determine if the specified record is to be logged.
Returns True if the record should be logged, or False otherwise. If deemed appropriate, the record may be modified in-place.
Inherited Members
- logging.Filter
- name
- nlen
Adding new file logger with rotation.
Disable given file logger.