data/server_log library

Classes

Level
Logging levels, these have a 1:1 mapping with the levels from package:logging.
ServerLog
Roughly matches the LogRecord class from package:logging.
ServerLogBuilder

Functions

toLoggingLevel(Level level) → Level
Converts a Level to a logging.Level.