MSFKLogger Class Reference
| Inherits from | NSObject |
| Declared in | MSFKLogger.h MSFKLogger.m |
Overview
A singleton object used for logging by the framework. By default, log messages are written to NSLog() in debug builds and are discarded otherwise. If a delegate is assigned, the formatted log messages are passed to the delegate instead.