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
-
| format | The 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
-
| format | The 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
-
| format | The 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
-
| format | The string to write to the Apple System Log facility. |
- Since
- 1.0
| + (void) setLogLevel: |
|
(AMLogLevel) |
level |
|
Sets the log level.
- Parameters
-
- Since
- 1.0
The documentation for this class was generated from the following file:
- /Users/Alan/GitHub/Accela-iOS-SDK/installation/MobileSDKs/AccelaMobile.framework/Headers/AMLogger.h