Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "logging"

Logging utilities

Index

Type aliases

LogLevelKey

LogLevelKey: "trace" | "debug" | "info" | "note" | "warning" | "error" | "fatal"

RevealLogKey

RevealLogKey: "always" | "never" | "focus"

Variables

Let _LOGGER

_LOGGER: Promise<WritableStream>

Const channelManager

channelManager: OutputChannelManager = new OutputChannelManager

Functions

_openLogFile

  • _openLogFile(): Promise<WritableStream>

createLogger

  • createLogger(tag: string): Logger

levelEnabled

  • levelEnabled(level: LogLevel): boolean
  • Determine if logging is enabled for the given LogLevel

    Parameters

    • level: LogLevel

      The log level to check

    Returns boolean

levelName

logFilePath

  • logFilePath(): string

showLogFile

  • showLogFile(): Promise<void>

Generated using TypeDoc