Modifying the Logger
The CodenicLogger
is an extension of the logger package. This means that it has same parameters as its parent, specifically the LogLevel, LogFilter, and LogOutput. These parameters can be modified when the CodenicLogger
is instantiated.
With regards to the printer, the CodenicLogger
can only accept a special printer called MessageLogPrinter
which enforces a fixed structure for the printed logs.
Last updated