Accela SDK for iOS  V3.0
AMLogger Class Reference

List of all members.

Static Public Member Functions

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

Member Function 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 files:
 All Classes Functions Properties