public class LogTaskFactory extends Object
Constructor and Description |
---|
LogTaskFactory() |
Modifier and Type | Method and Description |
---|---|
static TimerTask |
bussinessLog(Integer userId,
String bussinessName,
String clazzName,
String methodName,
String msg) |
static TimerTask |
exceptionLog(Integer userId,
Exception exception) |
static TimerTask |
exitLog(Integer userId,
String ip) |
static TimerTask |
loginLog(Integer userId,
String ip) |
static TimerTask |
loginLog(String username,
String msg,
String ip) |
Copyright © 2018. All rights reserved.