@nospamproxy/core
    Preparing search index...

    Helper service for showing error information.

    Implements

    • ISink
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Handle the provided ILogEvent to the output interface wrapped by this sink.

      Parameters

      • event: ILogEvent

        The event object to emit. Built-in sinks will call .toString() on the event object but custom sinks can do anything they like with the event.

      Returns void

    • Shows the error in a dialog.

      Parameters

      Returns void

    • Parameters

      • container: IContainer

      Returns void