SIP Endpoint SDK for OS X
|
#import <GSLogger.h>
Public Member Functions | |
(void) | - logDebugMessage: |
(void) | - logDebugMessageWithFormat: |
(void) | - logInfoMessage: |
(void) | - logInfoMessageWithFormat: |
(void) | - logWarningMessage: |
(void) | - logWarningMessageWithFormat: |
(void) | - logErrorMessage: |
(void) | - logErrorMessageWithFormat: |
(void) | - logFatalErrorMessage: |
(void) | - logFatalErrorMessageWithFormat: |
Properties | |
int | logType |
NSString * | logName |
NSString * | logLevel |
int | logLevelInt |
gs_log_func | logMessageCb |
This protocol should be used to implement a logger object to be used by the SipEndpoint framework.
Definition at line 15 of file GSLogger.h.
- (void) logDebugMessage: | (NSString *) | message |
Logs the specified message with 'debug' priority.
message | the message |
- (void) logDebugMessageWithFormat: | (NSString *) | format | |
, | ... | ||
Logs the specified message with 'debug' priority.
format | message format |
... | a comma separated list of arguments to be inserted into format |
- (void) logErrorMessage: | (NSString *) | message |
Logs the specified message with 'error' priority.
message | the message |
- (void) logErrorMessageWithFormat: | (NSString *) | format | |
, | ... | ||
Logs the specified message with 'error' priority.
format | message format |
... | a comma separated list of arguments to be inserted into format |
- (void) logFatalErrorMessage: | (NSString *) | message |
Logs the specified message with 'fatal error' priority.
message | the message |
- (void) logFatalErrorMessageWithFormat: | (NSString *) | format | |
, | ... | ||
Logs the specified message with 'fatal error' priority.
format | message format |
... | a comma separated list of arguments to be inserted into format |
- (void) logInfoMessage: | (NSString *) | message |
Logs the specified message with 'info' priority.
message | the message |
- (void) logInfoMessageWithFormat: | (NSString *) | format | |
, | ... | ||
Logs the specified message with 'info' priority.
format | message format |
... | a comma separated list of arguments to be inserted into format |
- (void) logWarningMessage: | (NSString *) | message |
Logs the specified message with 'warning' priority.
message | the message |
- (void) logWarningMessageWithFormat: | (NSString *) | format | |
, | ... | ||
Logs the specified message with 'warning' priority.
format | message format |
... | a comma separated list of arguments to be inserted into format |
|
readwritenonatomicretain |
Reimplemented in GSDefaultLogger.
Definition at line 30 of file GSLogger.h.
|
readwritenonatomicassign |
Reimplemented in GSDefaultLogger.
Definition at line 35 of file GSLogger.h.
|
readwritenonatomicassign |
Reimplemented in GSDefaultLogger.
Definition at line 40 of file GSLogger.h.
|
readwritenonatomicretain |
|
readwritenonatomicassign |