Sip Endpoint SDK for Apple OS
GSDefaultLogger Class Reference

#import <GSDefaultLogger.h>

Inheritance diagram for GSDefaultLogger:
<GSLogger>

List of all members.

Public Member Functions

(id) - initWithName:

Properties

NSString * name

Detailed Description

A default implementation of the GSLogger protocol. This class uses "NSLog" to log all messages.

See also:
GSLogger

Definition at line 9 of file GSDefaultLogger.h.


Member Function Documentation

- (id) initWithName: (NSString *)  name

Initializes an instances of the logger with the specified name.

Parameters:
namethe name for this logger instance
Returns:
returns an instance of the logger or nil if the initialization is not successful.

Property Documentation

- (NSString *) name [read, write, copy]

The name of this logger instance.

Definition at line 11 of file GSDefaultLogger.h.


The documentation for this class was generated from the following file: