disableLogging method

Disables logging of non-critical messages Call this API to disable logging of low prio messages if you previously enabled them via +enableLogging API.

Syntax

+ ( void ) disableLogging

Remarks

Logging is disabled by default for non-critical logging levels; WarningLoggingLevel, NoticeLoggingLevel, InfoLoggingLevel and DebugLoggingLevel messages won't be logged - unless you call +emableLogging API explicitely. Note: NSLog counts as a WarningLoggingLevel log message Critical log messages are always logged: EmergencyLoggingLevel, AlertLoggingLevel, CriticalLoggingLevel and ErrorLoggingLevel