public class BaseStateLogger extends Object implements IStateLogger
| Modifier and Type | Field and Description |
|---|---|
protected String |
controller |
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
BaseStateLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
controller(String controller) |
void |
end() |
String |
getController(String controller) |
void |
start() |
void |
working(Long errorCode,
String msg) |
protected static final org.slf4j.Logger LOG
protected String controller
public void controller(String controller)
controller in interface IStateLoggerpublic void start()
start in interface IStateLoggerpublic void working(Long errorCode, String msg)
working in interface IStateLoggerpublic void end()
end in interface IStateLoggerCopyright © 2019. All rights reserved.