Sip Endpoint SDK for Apple OS
|
#import <GSDefaultLogger.h>
Public Member Functions | |
(id) | - initWithName: |
Properties | |
NSString * | name |
A default implementation of the GSLogger protocol. This class uses "NSLog" to log all messages.
Definition at line 9 of file GSDefaultLogger.h.
- (id) initWithName: | (NSString *) | name |
Initializes an instances of the logger with the specified name.
name | the name for this logger instance |
- (NSString *) name [read, write, copy] |
The name of this logger instance.
Definition at line 11 of file GSDefaultLogger.h.