WarningLogger

public class WarningLogger : StandardLogger, @unchecked Sendable

Warning Logger that only logs warnings and errors

  • Logs a debug message. This implementation does nothing.

    Declaration

    Swift

    public override func d(_ message: String)

    Parameters

    message

    The debug message to be logged.

  • Logs an info message. This implementation does nothing.

    Declaration

    Swift

    public override func i(_ message: String)

    Parameters

    message

    The informational message to be logged.