public final class SimpleLogger extends Object implements Serializable
| Constructor and Description |
|---|
SimpleLogger(Class<?> clazz) |
SimpleLogger(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
log(String message,
Object... parameters)
Log message with specified parameters.
|
void |
log(Throwable thrown)
Log message with specified throwed exception.
|
public SimpleLogger(String name)
public SimpleLogger(Class<?> clazz)
public void log(String message, Object... parameters)
Level.FINE is always used since the message is considered to be tracing
information.message - parameters - public void log(Throwable thrown)
Level.FINE is always used since the message is considered to be tracing information.message - parameters - Copyright © 2008-2015 Seam Framework. All Rights Reserved.