![]() |
IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector
|
#import <DDLog.h>
Static Public Member Functions | |
(int) | + ddLogLevel |
(void) | + ddSetLogLevel: |
+ (int) ddLogLevel |
Implement these methods to allow a file's log level to be managed from a central location.
This is useful if you'd like to be able to change log levels for various parts of your code from within the running application.
Imagine pulling up the settings for your application, and being able to configure the logging level on a per file basis.
The implementation can be very straight-forward:
+ (int)ddLogLevel { return ddLogLevel; }
+ (void)ddSetLogLevel:logLevel { ddLogLevel = logLevel; } Class method returns int
+ (void) ddSetLogLevel: | (int) | logLevel |
Class method param int