Expand description
Logging-related objects.
Structs§
- LogRecord
Non- uniffi - A unit of logging output with metadata to enable filtering
module_path,file, andlineto inform on log’s source.
Enums§
- LogLevel
- An enum representing the available verbosity levels of the logger.
Traits§
- LogWriter
Non- uniffi - Defines the behavior required for writing log records.