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 frompackage:logging
. - ServerLogBuilder
Functions
-
toLoggingLevel(
Level level) → Level -
Converts a Level to a
logging.Level
.