Constructor and Description |
---|
AndroidLogger(String tag)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
debug(String message)
Logs a message with DEBUG level.
|
void |
debug(String message,
Throwable throwable)
Logs a message with DEBUG level and adds exception info.
|
void |
error(String message)
Logs message with ERROR level.
|
void |
error(String message,
Throwable throwable)
Logs a message with ERROR level and adds exception info
|
void |
info(String message)
Logs message with INFO level.
|
void |
info(String message,
Throwable throwable)
Logs a message with INFO level and adds exception info
|
void |
warn(String message)
Logs message with WARNING level.
|
void |
warn(String message,
Throwable throwable)
Logs a message with WARNING level and adds exception info
|
public AndroidLogger(String tag)
tag
- log tagpublic void debug(String message)
DMXLogger
public void debug(String message, Throwable throwable)
DMXLogger
public void error(String message)
DMXLogger
public void error(String message, Throwable throwable)
DMXLogger
public void info(String message)
DMXLogger
public void info(String message, Throwable throwable)
DMXLogger
public void warn(String message)
DMXLogger
Copyright © 2012-2014 Vektor Software. All Rights Reserved.