Crate ceethane [] [src]

Ceethane

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

Modules

logger

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

Macros

logf

Enums

Level

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

Functions

default

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.