Module enso_logger::entry[][src]

Expand description

Logger entry. Entry can contain message, grouping, time information, etc.

Re-exports

pub use level::DefaultLevels;
pub use level::DefaultFilter;
pub use level::filter_from;

Modules

Built-in verbosity level definitions and a set of utilities to define custom levels. Please note that the verbosity level mechanism is completely user-extensible and this implementation can be completely redefined by the user.

Abstraction for messages that can be logged.

Structs

Logger entry. Contains the message, log level, and may contain other information in the future, like time, frame number, etc.

Internal structure of Entry.

Enums

Content of the entry. Can either contain simple message, or grouping information.