Expand description
Fancy lightweight debug output:
- Not excessively dynamic but still configurable
- Logs messages and crashes
- Looks very nice (in my opinion)
Platform | Console output | File output | Backtraces |
---|---|---|---|
Native | stderr (colored!) | ✓ | backtrace feature |
Web | web console (colored!) | ✗ | backtrace feature |
Re-exports§
pub use log;
Structs§
- Backtrace
- System-agnostic backtrace type
- Panic
- Panic handler information. This structure will change with updates!
- Settings
- Settings for the logger
Enums§
- Thread
Name - Name / Id of a thread