| Package | Description |
|---|---|
| bap.core.domain.log | |
| bap.core.logger |
| Modifier and Type | Method and Description |
|---|---|
static LogSign |
LogSign.valueOfSignIn()
登录日志记录构造方法,当session没有超时的时候
|
static LogSign |
LogSign.valueOfSignOut(java.lang.String clientIP,
java.lang.String operStaff)
专用与登出操作,当session超时的时候
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignInOutLogger.record(LogSign logSign)
记录登录登出日志
|