Crate ceethane

Source
Expand description

§Ceethane

Ceethane implements a simple logging utility which understands CEE and syslog out of the box, along with a simple structured stdout logger.

Modules§

  • The logger module implements the core logging behaviours for ceethane, including our core trait, Logger

Macros§

Enums§

  • Level implements a logging message severity level, matching the syslog severity levels

Functions§

  • default constructs the default Ceethane logger. This logger combines a logger that prints loglines to stdout with a logger that writes those logs to a syslog socket. The lines emitted are in the CEE format, with syslog headers.