Options
All
  • Public
  • Public/Protected
  • All
Menu

Logger which buffers all messages, use with care due to possible high memory footprint. Can be convenient in some cases. Call toString() for full output, or cast to this class and call getMessages() to do something with it yourself.

Hierarchy

Implements

Index

Constructors

constructor

Methods

Protected _getMessageFormatter

  • _getMessageFormatter(): function | null

Protected createDefaultLogMessage

debug

Protected doLog

error

fatal

getMessages

  • getMessages(): string[]

Protected getRootCategory

info

log

resolved

toString

  • toString(): string

trace

warn

Generated using TypeDoc