Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SingletonLogger

Manages and controls logging

Hierarchy

  • SingletonLogger

Index

Properties

Private _logStream

_logStream: Promise<WritableStream> = _openLogFile()

Static Private _inst

_inst: SingletonLogger | null = null

Accessors

Private _channel

  • get _channel(): OutputChannel

Methods

Private _log

clearOutputChannel

  • clearOutputChannel(): void

debug

error

fatal

info

note

showChannel

  • showChannel(preserveFocus?: undefined | true | false): void
  • Parameters

    • Optional preserveFocus: undefined | true | false

    Returns void

trace

warning

Static instance

Generated using TypeDoc