Class NoOpLoggerExperimental

A Logger that does nothing.

subject to change or removal. The logging system may be modified in the future without prior notice.

0.11.0

Implements

Constructors

Methods

  • Experimental

    Log the specified string at TRACE level and returns the current time in milliseconds.

    Parameters

    • _message: string

    Returns undefined | number

    may return undefined hen the TRACE level is not enabled.

  • Experimental

    Parameters

    • _message: string
    • Rest..._optionalParams: any[]

    Returns void

  • Experimental

    Log the specified string at TRACE level and also log the difference between the current time and t0 in milliseconds.

    Parameters

    • _message: string
    • Optional_baseTimestamp: number

    Returns void

    enter for an example.

  • Experimental

    Shows the console in the UI. This may produce no effect in some implementation which doesn't rely on the UI to log.

    Returns void