Expand description
Logger for this crate Only cli bindings for now
Re-exports§
pub extern crate serde_json;
Modules§
- macros
- Macro module
Macros§
- copy
- Copies a string, with formatting, to the systems clipboard
- debug
- Simple debug logger
- elog
- Simple wrapper around eprint!
- error
- Simple error logger
- info
- Simple info logger
- internal_
log - Generic logger. Should not be used outside of this file
- log
- Simple info logger
- trace
- Simple trace logger
- warn
- Simple warning logger
Structs§
- Logger
State - Simple state of the logger
- STATE
- Initialization of the state with default
Enums§
- LogLevel
- Loglevel in the cli
Functions§
- copy_
to_ clipboard - Copy any output to the clipboard in an OS agnostic way
- init
- Initialize the logger
- pretty_
stringify_ obj - Prettify any string that implements Serialize