Crate scorched

source ·

Macros§

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

Structs§

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

Enums§

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

Constants§

  • Scorched version, has no internal use

Traits§

Functions§

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