Classes

The following classes are available globally.

  • The NoneLogger class is an implementation of the Logger interface that performs no operations. This can be used as a default or placeholder logger.

    See more

    Declaration

    Swift

    public class NoneLogger : Logger, @unchecked Sendable
  • Standard Logger to log to the iOS Console

    See more

    Declaration

    Swift

    public class StandardLogger : Logger, @unchecked Sendable
  • Warning Logger that only logs warnings and errors

    See more

    Declaration

    Swift

    public class WarningLogger : StandardLogger, @unchecked Sendable