RLMSyncLogLevel
enum RLMSyncLogLevel {}
An enum representing different levels of sync-related logging that can be configured.
-
Nothing will ever be logged.
Declaration
Objective-C
RLMSyncLogLevelOff
-
Only fatal errors will be logged.
Declaration
Objective-C
RLMSyncLogLevelFatal
-
Only errors will be logged.
Declaration
Objective-C
RLMSyncLogLevelError
-
Warnings and errors will be logged.
Declaration
Objective-C
RLMSyncLogLevelWarn
-
Information about sync events will be logged. Fewer events will be logged in order to avoid overhead.
Declaration
Objective-C
RLMSyncLogLevelInfo
-
Information about sync events will be logged. More events will be logged than with
RLMSyncLogLevelInfo
.Declaration
Objective-C
RLMSyncLogLevelDetail
-
Log information that can aid in debugging.
- - warning: Will incur a measurable performance impact.
Declaration
Objective-C
RLMSyncLogLevelDebug
-
Log information that can aid in debugging. More events will be logged than with
RLMSyncLogLevelDebug
.- - warning: Will incur a measurable performance impact.
Declaration
Objective-C
RLMSyncLogLevelTrace
-
Log information that can aid in debugging. More events will be logged than with
RLMSyncLogLevelTrace
.- - warning: Will incur a measurable performance impact.
Declaration
Objective-C
RLMSyncLogLevelAll