rustmax

Module env_logger

Source
Expand description

A basic logger to use with the log crate.

See crate ::env_logger.

Modules§

  • Formatting for log records.

Structs§

  • Builder acts as builder for initializing a Logger.
  • Set of environment variables to configure from.
  • The env logger.

Enums§

Constants§

Functions§

  • Create a new builder with the default environment variables.
  • from_envDeprecated
    Create a builder from the given environment variables.
  • Initializes the global logger with an env logger.
  • Initializes the global logger with an env logger from the given environment variables.
  • Attempts to initialize the global logger with an env logger.
  • Attempts to initialize the global logger with an env logger from the given environment variables.