Hierarchy

  • Logger

Constructors

Properties

_category: string
_children: Map<string, Logger>
_config: Record<string, any>
_consoleHandler: any
_handler: messageHandler
_id: string
_isParent: boolean
_level: LogLevel
_logHashes: Map<string, boolean> = ...
_logs: Log[] = []
_timestamp: number

Accessors

Methods

  • Returns

    input cleaned of non utf-8 characters

    Parameters

    • input: string

      string which will be cleaned of non utf-8 characters

    Returns string

Generated using TypeDoc