Hierarchy

  • GlobalLogger

Constructors

Accessors

  • get botSdkLogger(): ILogger
  • Logging implementation which can be provided to a bot-sdk LogService instance to pipe logs through this component. Note: This is done automatically for the matrix-appservice-bridge's instance of the bot-sdk, but if you use the bot-sdk directly in your bridge you should use the example code below

    Example

    import { LogService } from "matrix-bot-sdk";
    Logger.configure({...})
    LogService.setLogger(Logger.logServiceLogger);

    Returns ILogger

  • get configured(): boolean
  • Returns boolean

  • get winston(): undefined | Logger
  • Returns undefined | Logger

Methods

Generated using TypeDoc