lotus_script
experimental
Module log
Macros
Enums
Functions
In crate lotus_script
?
Module
lotus_script
::
log
source
·
[
−
]
Expand description
Logging utilities.
Macros
§
debug
Log a debug message.
error
Log an error message.
info
Log a info message.
log
Log a message with the given level.
warning
Log a warning message.
Enums
§
Level
Log level
Functions
§
write
Write a message with the given level. This is a low-level function, use the
log!
,
debug!
,
info!
,
warning!
, and
error!
macros instead.