Crate siera_logger

Source
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§

LoggerState
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