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