|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsdk.v1_0.runner.CSDKLogger
public class CSDKLogger
Logger usado pelo Runner do CSDK.
| Method Summary | |
|---|---|
static CSDKLogger |
getInstance()
Obtém a instância única de CSDKLogger. |
void |
log(String text,
Object... args)
Escreve uma mensagem de log de nível normal. |
void |
logException(Exception e)
Escreve uma mensagem de log com o erro ocorrido. |
void |
logSevere(String text,
Object... args)
Escreve uma mensagem de log de nível grave. |
void |
setVerbosed(boolean verbosed)
Ajuste de indicação de verbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CSDKLogger getInstance()
CSDKLogger.
public void setVerbosed(boolean verbosed)
verbosed - o indicativo a ser ajustado
public void log(String text,
Object... args)
text - mensagem.args - argumentos para formatação do texto.
public void logSevere(String text,
Object... args)
text - mensagem.args - argumentos para formatação do texto.public void logException(Exception e)
e - o erro.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||