IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector

<DDRegisteredDynamicLogging> Protocol Reference

#import <DDLog.h>

Static Public Member Functions

(int) + ddLogLevel
(void) + ddSetLogLevel:

Detailed Description

Definition at line 477 of file DDLog.h.


Member Function Documentation

+ (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


The documentation for this protocol was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines