Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionLoggingLevel Class Reference

A level of information events useful for debugging. More...

#include <PTDiffusionLoggingLevel.h>

Inheritance diagram for PTDiffusionLoggingLevel:
PTDiffusionEnumeration

Class Methods

(instancetype) + error
(instancetype) + warn
(instancetype) + info
(instancetype) + debug
(instancetype) + trace
Class Methods inherited from PTDiffusionEnumeration
(NSSet< PTDiffusionEnumeration * > *) + elements

Additional Inherited Members

Instance Methods inherited from PTDiffusionEnumeration
(BOOL) - isEqualToEnumeration:

Detailed Description

A level of information events useful for debugging.

The levels defined here are modelled on those defined by SLF4J as used by the Diffusion Java API.

See also
PTDiffusionLogging
Since
5.7

Method Documentation

◆ debug

+ (instancetype) debug

Designates fine-grained informational messages that are most useful to debug an application.

Returns
Instance representing the debug logging level.
Since
5.7

◆ error

+ (instancetype) error

Designates error events that might still allow the application to continue running normally.

Returns
Instance representing the error logging level.
Since
5.7

◆ info

+ (instancetype) info

Designates informational messages that highlight the process of the application at a coarse-grained level.

Returns
Instance representing the informational logging level.
Since
5.7

◆ trace

+ (instancetype) trace

Designates finer-grained informational events than debug.

Returns
Instance representing the trace logging level.
Since
5.7

◆ warn

+ (instancetype) warn

Designates potentially harmful situations.

Returns
Instance representing the warning logging level.
Since
5.7