Expand description
Logger configuration for browser automation.
This module provides a simple interface for creating loggers with configurable verbosity levels.
Structs§
- Logger
- A simple logger wrapper that respects verbosity settings.
- Logger
Options - Logger configuration options.
Functions§
- init_
logger - Initialize the global tracing subscriber with the given options.
- is_
verbose_ enabled - Check if verbose logging is enabled via environment or CLI args.