Accela SDK for iOS  V3.2
 All Classes Functions Properties Pages
AMLogger Class Reference
Inheritance diagram for AMLogger:

Class Methods

(void) + setLogLevel:
 
(void) + logError:
 
(void) + logWarn:
 
(void) + logInfo:
 
(void) + logVerbose:
 
(void) + flush
 

Method Documentation

+ (void) flush

Clears buffers and causes any buffered data to be written to the Apple System Log facility.

Since
1.0
+ (void) logError: (NSString *)  format
,   ... 

Logs an error message to the Apple System Log facility.

Parameters
formatThe string to write to the Apple System Log facility.
Since
1.0
+ (void) logInfo: (NSString *)  format
,   ... 

Logs an information message to the Apple System Log facility.

Parameters
formatThe string to write to the Apple System Log facility.
Since
1.0
+ (void) logVerbose: (NSString *)  format
,   ... 

Logs a verbose message to the Apple System Log facility.

Parameters
formatThe string to write to the Apple System Log facility.
Since
1.0
+ (void) logWarn: (NSString *)  format
,   ... 

Logs an warning message to the Apple System Log facility.

Parameters
formatThe string to write to the Apple System Log facility.
Since
1.0
+ (void) setLogLevel: (AMLogLevel)  level

Sets the log level.

Parameters
levelThe level to set.
Since
1.0

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