Package-level declarations
Klogging configuration, from DSL or JSON files.
Klogging configuration, from DSL or JSON files.
Types
Data class for file representation of KloggingConfiguration, either in JSON or HOCON format.
Data class for a file representation of a LevelRange.
Data class for a file representation of a LoggingConfig.
Data class for a file representation of a SinkConfiguration.
Object to manage Klogging configuration from JSON files.
Klogging configuration for a runtime.
Inclusive range of logging levels with the names of sinks where events will be sent.
Logging configuration with a logger name match and a list of level ranges that maps to a list of sinks for each.
Configuration of a logging sink, comprising a sender and a renderer.
Properties
Simple default configuration for logging ANSI-coloured strings to the standard output stream.
Simple default configuration for logging ANSI-coloured strings to the standard error stream.
Lazily load configuration from a file.
Simple default configuration for logging to the standard output stream.
Simple default configuration for logging to the standard error stream.
Simple sink configuration for rendering ANSI-coloured strings to the standard error stream.
Simple sink configuration for rendering simple strings to the standard error stream.
Simple sink configuration for rendering ANSI-coloured strings to the standard output stream.
Simple sink configuration for rendering simple strings to the standard output stream.
Functions
Return the value of an item in the running environment as a Boolean, or a default value if not found.
Sink configuration for a Graylog server.
Root DSL function for creating a KloggingConfiguration.
Sink configuration for a Seq server.