public class YaessCoreLogger extends YaessLogger
Constructor and Description |
---|
YaessCoreLogger(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 YaessCoreLogger(Class<?> target)
target
- the client classIllegalArgumentException
- if some parameters were null
protected String getMessage(String code, Object... arguments)
YaessLogger
getMessage
in class YaessLogger
code
- message codearguments
- message argumentsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.