Crate clap_logflag

Source
Expand description

[work in progress]

The clap-logflag library adds a --log flag to clap based applications to allow CLI users to configure logging from the command line. It can log to stderr, files and syslog.

Macros§

init_logging
TODO Documentation

Structs§

LogArgs
LogDestinationConfig

Enums§

LogDestination
LoggingConfig

Functions§

_init_logging
Don’t use this function directly, use the init_logging! macro instead.