This is intended to be the simplest logging interface for use by code that wants to log.
An enumeration defining the levels available for logging.
An enumeration defining the levels available for logging. A level includes all of the levels with id larger than its own id. For example, Warn (id=3) includes Error (id=4).
This is intended to be the simplest logging interface for use by code that wants to log. It does not include configuring the logger.