ImageProcessing.ArtemBurashnikov 1.0.0


Logger Type

Provides logging functionality.

Constructors

Constructor Description

Logger()

Full Usage: Logger()

Returns: Logger
Returns: Logger

Instance members

Instance member Description

this.Log

Full Usage: this.Log

Parameters:
    msg : string - The message to log.

Logs a message.

msg : string

The message to log.

this.Start

Full Usage: this.Start

Starts the logger agent.

this.Stop

Full Usage: this.Stop

Stops the logger agent gracefully.