Crate scorched
Source - logf
- logf!() is a macro that allows you to log without needing to explicitly format the log message
- LogData
- Is given to the log functions to specify the log importance and the message of the log
- LogImportance
- Is given to the log functions to specify the importance of the log and is provided in the header of the log
- VERSION
- Scorched version, has no internal use
- LOG_PATH
- The crate statics for the logging path and prefix
- LOG_PREFIX
- LogExpect
- 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