![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
A level of information events useful for debugging. More...
#include <PTDiffusionLoggingLevel.h>
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: |
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.
| + (instancetype) debug |
Designates fine-grained informational messages that are most useful to debug an application.
| + (instancetype) error |
Designates error events that might still allow the application to continue running normally.
| + (instancetype) info |
Designates informational messages that highlight the process of the application at a coarse-grained level.
| + (instancetype) trace |
Designates finer-grained informational events than debug.
| + (instancetype) warn |
Designates potentially harmful situations.