public class YaessMultiDispatchLogger extends YaessLogger
| Constructor and Description |
|---|
YaessMultiDispatchLogger(Class<?> target)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getMessage(String code,
Object... arguments)
Returns the message corrensponded to the code.
|
public YaessMultiDispatchLogger(Class<?> target)
target - the client classIllegalArgumentException - if some parameters were nullprotected String getMessage(String code, Object... arguments)
YaessLoggergetMessage in class YaessLoggercode - message codearguments - message argumentsCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.