Skip to main content

Module logger

Module logger 

Source
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.
LoggerOptions
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.