Options
All
  • Public
  • Public/Protected
  • All
Menu

This class should not be used directly, it is used for communication with the extension only.

Hierarchy

Implements

Index

Constructors

constructor

Methods

Protected _getMessageFormatter

  • _getMessageFormatter(): function | null

Protected createDefaultLogMessage

debug

debugc

  • debugc(msg: function, ...categories: Category[]): void

Protected doLog

error

errorc

  • errorc(msg: function, error: function, ...categories: Category[]): void

fatal

fatalc

  • fatalc(msg: function, error: function, ...categories: Category[]): void

Protected getRootCategory

info

infoc

  • infoc(msg: function, ...categories: Category[]): void

log

logc

  • logc(level: LogLevel, msg: function, error: function, ...categories: Category[]): void

resolved

resolvedc

  • resolvedc(msg: function, error: function, ...categories: Category[]): void

trace

tracec

  • tracec(msg: function, ...categories: Category[]): void

warn

warnc

  • warnc(msg: function, ...categories: Category[]): void

Generated using TypeDoc