![]() |
IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector
|
#import <DDASLLogger.h>
Public Member Functions | |
(id) | - client |
Static Public Member Functions | |
(DDASLLogger *) | + sharedInstance |
Welcome to Cocoa Lumberjack!
The Google Code page has a wealth of documentation if you have any questions. http://code.google.com/p/cocoalumberjack/
If you're new to the project you may wish to read the "Getting Started" page. http://code.google.com/p/cocoalumberjack/wiki/GettingStarted
This class provides a logger for the Apple System Log facility.
As described in the "Getting Started" page, the traditional NSLog() function directs it's output to two places:
To duplicate NSLog() functionality you can simply add this logger and a tty logger. However, if you instead choose to use file logging (for faster performance), you may choose to use a file logger and a tty logger.
Definition at line 29 of file DDASLLogger.h.
- (id) client |
+ (DDASLLogger *) sharedInstance |