Package-level declarations

Types

Link copied to clipboard
public class Level implements Comparable<Level>

Logging level.

Link copied to clipboard
public interface Logger

Abstraction over logging implementation. The implementation is agnostic but should be pluggable to almost any framework out there.

Link copied to clipboard
public final class LoggerExtKt
Link copied to clipboard
public class LoggerNoop implements Logger

A Logger instance that prevents all logging.

Link copied to clipboard
public interface LoggerScope implements Logger

Wrapper for Logger which prepends each logged message with the scope.

Link copied to clipboard
public final class LoggerScopeKt
Link copied to clipboard
public final class ProxyLogger implements Logger

Logger implementation which calls all registered Loggers when this instance log method is called.