public interface Log
| Modifier and Type | Interface and Description |
|---|---|
static class |
Log.LogLevel |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message,
Object... values) |
void |
error(String message,
Object... values) |
void |
exception(String message,
Throwable error,
Object... values) |
void |
info(String message,
Object... values) |
void |
warn(String message,
Object... values) |
Copyright © 2012-2013. All Rights Reserved.