[][src]Crate rog

Macros

debugln

Logs a message at the debug level.

println

Logs a message at the info level.

Enums

Level

An enum representing the available verbosity levels of the logger.

Constants

LNONE

None for prefix

LPATH

Full module path

LTIME

The date in the local time zone: %Y-%m-%d %H:%M:%S

Functions

init

Initializes the global logger with a Level and Format.