module Console
- Extends
Interface: .logger, .logger=, .debug, .info, .warn, .error, .fatal, .call
Nested Classes and Modules
module AdapterThis namespace is reserved for logging adapters provided by other gems.
class CaptureA buffer which captures all logged messages into a buffer.
module ClockA simple clock utility for tracking and formatting time.
class ConfigRepresents a configuration for the traces library.
module EventStructured event logging.
class FilterA log filter which can be used to filter log messages based on severity, subject, and other criteria.
module InterfaceThe public logger interface.
class LoggerThe standard logger interface with support for log levels and verbosity.
module OutputOutput handling.
class ProgressA simple progress indicator
class ResolverRepresents a class resolver that can be used to set log levels for different classes as they become available.
module TerminalStyled terminal output.
module WarnRedirect warnings to Console.warn.
Definitions
Fiber.attr_accessor :console_warn
Whether the current fiber is emitting a warning.