Crate scorched

Source

Macros§

logf
logf!() is a macro that allows you to log without needing to explicitly format the log message

Structs§

LogData
Is given to the log functions to specify the log importance and the message of the log

Enums§

LogImportance
Is given to the log functions to specify the importance of the log and is provided in the header of the log

Constants§

VERSION
Scorched version, has no internal use

Statics§

LOG_PATH
The crate statics for the logging path and prefix
LOG_PREFIX

Traits§

LogExpect

Functions§

log_this
Logs the given data to the console with the error type and then to a file
set_log_prefix
Changes the environment variable for logging prefix, this is the text that is displayed before the log message
set_logging_path
Changes the environment variable for logging path