Re-exports§
pub use logform as format;
Modules§
Macros§
Structs§
Enums§
Functions§
- add_
transport - Add a transport to the global logger and return a handle for later removal.
- close
- configure
- flush
- init
- Initialize the global logger. Must be called once before using other functions.
- is_
initialized - Check if the global logger has been initialized.
- log
- query
- remove_
transport - Remove a transport by its handle.
Returns
trueif the transport was found and removed,falseotherwise. - try_log
- Try to log without panicking if not initialized. Returns false if logger not initialized.