log library

Classes

Appender
Appenders define output vectors for logging messages. An appender can be used with multiple Loggers, but can use only a single Formatter. This class is designed as base class for other Appenders to extend.
BasicLogFormatter
Formats log messages using a simple pattern
Formatter
Interface defining log formatter.
InMemoryListAppender
Appends string messages to the messages list. Note that this logger does not ever truncate so only use for diagnostics or short lived applications.
PrintAppender
Appends string messages to the console using print function

Constants

basicLogFormatter → const BasicLogFormatter
Default instance of the BasicLogFormatter