enableLogging method

Logging is enabled.

Syntax

+ ( void ) enableLogging

Remarks

Enables logging Logging is disabled by default for non-critical logging levels, meaning WarningLoggingLevel, NoticeLoggingLevel, InfoLoggingLevel and DebugLoggingLevel messages won't be logged - unless you call +enableLogging API explicitely. Call this API to enable all log levels. Handle with care, since verbose logging might affect your applications performance. Note: NSLog counts as a WarningLoggingLevel log message Critical log messages are always logged: EmergencyLoggingLevel, AlertLoggingLevel, CriticalLoggingLevel and ErrorLoggingLevel