Class DefaultNormalizationLogger

The default normalization logger that logs all output directly to the console without any localization.

Hierarchy

  • DefaultNormalizationLogger

Implements

Constructors

Methods

Constructors

Methods

  • Handle a error.

    Halting normalization when this method is called is down to the implementation of the logger. To halt normalization here simply throw an error to be strict.

    Parameters

    • message: string

      The default message.

    Returns void

    Throws

    An error if normalization is to halt.

  • Handle a fatal error message.

    Normalization cannot continue if this is reached.

    An error is always thrown indepentently of this method being called.

    Parameters

    • message: string

      The default message.

    Returns void

  • Handle a warning.

    Halting normalization when this method is called is down to the implementation. To halt normalization here simply throw an error.

    Parameters

    • message: string

      The default message.

    Returns void

    Throws

    An error if normalization is to halt.

Generated using TypeDoc