Package-level declarations
Types
Logger for standard-out and standard-error.
Logger for the console, taking advantage of available features such as stderr or js console levels.
Console logger for JS.
Logger for System.out and System.err.
Logger for the console, taking advantage of available features such as stderr or js console levels.
Marks a class as internal to Khronicle. These APIs are left public so they may be used by other modules, but should not be used outside (by consumers) of Khronicle.
Global logging object. To receive logs, call dispatcher.install.
Alternative to ConsoleLogger that does not take advantage of extra available features.
Additional data associated with a log. It's important that Logger instances do NOT hold onto references to ReadMetadata arguments after the function returns. If a ReadMetadata reference must be kept after function return, create a copy.
Standardized metadata for data sensitivity levels.
Additional data associated with a log. It's important that Log calls do NOT hold onto references to WriteMetadata arguments after the lambda returns.