Target

public protocol Target

Protocol required by LogrService to dispatch messages.

  • Function called by LogrService on each received log message.

    Declaration

    Swift

    func send(_ message: Message)

    Parameters

    message

    log message including all meta information related to it.