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 null
public String getMessage(String code, Object... arguments)
YaessLogger
getMessage
in class YaessLogger
code
- message codearguments
- message argumentsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.