LoggerAPI implements the Logger interface and is the concrete implementation of the api end point.

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "Logger"
VERSION: number = 1
_transport: Transport
NAME: string = "Logger"
VERSION: number = 1

Methods

  • LoggingConfig reports the logging configuration for the agents specified.

    Parameters

    Returns Promise<StringResults>

  • WatchLoggingConfig starts a watcher to track changes to the logging config for the agents specified.. Unfortunately the current infrastructure makes watching parts of the config non-trivial, so currently any change to the config will cause the watcher to notify the client.

    Parameters

    Returns Promise<NotifyWatchResults>

Generated using TypeDoc