public final class Log extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String formatString,
Object... values) |
void |
error(String formatString,
Object... values) |
void |
error(Throwable t,
String formatString,
Object... values) |
static Log |
getLog(Class<?> clazz) |
static Log |
getLog(String categoryName) |
void |
info(String formatString,
Object... values) |
void |
warn(String formatString,
Object... values) |
void |
warn(Throwable t,
String formatString,
Object... values) |
Copyright © 2014–2015. All rights reserved.