Crate volmark

Source

Re-exports§

Modules§

Macros§

  • Logs a message at the debug level.
  • Prints a 3-tuple of u8s, if at RUST_LOG=debug
  • Prints a u8 variable, if at RUST_LOG=debug
  • Logs a variable and its value, if at RUST_LOG>=debug
  • Logs a message at the error level.
  • Formats a 3-tuple of u8s in useful ways.
  • Formats a u8 variable in a useful way.
  • Logs a message at the info level.
  • Prints a 3-tuple of u8s, if at RUST_LOG=info
  • Prints a u8 variable, if at RUST_LOG=info
  • Logs a variable and its value, if at RUST_LOG>=info
  • The standard logging macro.
  • Determines if a message logged at the specified level in that module will be logged.
  • Logs a variable and its value unconditionally
  • Logs a message at the trace level.
  • Prints a 3-tuple of u8s, if at RUST_LOG=trace
  • Traces entry into a function, if at RUST_LOG=trace
  • Traces exit from a function, if at RUST_LOG=trace
  • Prints a u8 variable, if at RUST_LOG=trace
  • Logs a variable and its value, if at RUST_LOG=trace.
  • Logs a message at the warn level.

Structs§

Enums§

  • An enum representing the available verbosity levels of the logger.
  • An enum representing the available verbosity level filters of the logger.

Constants§

Traits§

  • A trait encapsulating the operations required of a logger.

Functions§

Attribute Macros§