Accela SDK for Android
V3.0
|
Static Public Member Functions | |
static void | setLogLevelr (AMLogLevel level) |
static void | logError (String format, Object...args) |
static void | logWarn (String format, Object...args) |
static void | logInfo (String format, Object...args) |
static void | logVerbose (String format, Object...args) |
Accela Amobile File: AMLogger.java
Accela, Inc. Copyright (C): 2013
Description: Logger object, used to print or save log entities based on various log levels.
Notes:
Revision History
|
inlinestatic |
Create a formatted log message with Error level
format | A string which contains placeholders which will be replaced by the variables listed in the second parameter args. For example: "Got %d records with type %s " |
args | A list of variables. |
|
inlinestatic |
Create a formatted log message with Info level
format | A string which contains placeholders which will be replaced by the variables listed in the second parameter args. For example: "Got %d records with type %s " |
args | A list of variables. |
|
inlinestatic |
Create a formatted log message with Verbose level
format | A string which contains placeholders which will be replaced by the variables listed in the second parameter args. For example: "Got %d records with type %s " |
args | A list of variables. |
|
inlinestatic |
Create a formatted log message with Warn level
format | A string which contains placeholders which will be replaced by the variables listed in the second parameter args. For example: "Got %d records with type %s " |
args | A list of variables. |
|
inlinestatic |
Set level of the logger
level | One of enumeration values defined in AMEnumUtil.LogLevel . |