Constructor and Description |
---|
LogUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
setLogInfo(BundleJobBean bBean,
XLog.Info logInfo)
Set the log info with the context of the given bundle bean.
|
static void |
setLogInfo(CoordinatorActionBean action,
XLog.Info logInfo)
Set the log info with the context of the given coordinator action bean.
|
static void |
setLogInfo(CoordinatorJobBean cBean,
XLog.Info logInfo)
Set the log info with the context of the given coordinator bean.
|
static void |
setLogInfo(WorkflowActionBean action,
XLog.Info logInfo)
Set the log info with the context of the given action bean.
|
static void |
setLogInfo(WorkflowJobBean workflow,
XLog.Info logInfo)
Set the log info with the context of the given workflow bean.
|
static void |
setLogInfo(XLog.Info logInfo)
Set the thread local log info with the context of the given Info object.
|
public LogUtils()
public static void setLogInfo(CoordinatorJobBean cBean, XLog.Info logInfo)
cBean
- coordinator bean.logInfo
- log infopublic static void setLogInfo(CoordinatorActionBean action, XLog.Info logInfo)
action
- action bean.logInfo
- log infopublic static void setLogInfo(WorkflowJobBean workflow, XLog.Info logInfo)
workflow
- workflow bean.logInfo
- log infopublic static void setLogInfo(WorkflowActionBean action, XLog.Info logInfo)
action
- action bean.logInfo
- log infopublic static void setLogInfo(BundleJobBean bBean, XLog.Info logInfo)
bBean
- bundle bean.logInfo
- log infopublic static void setLogInfo(XLog.Info logInfo)
logInfo
- log infoCopyright © 2015 Apache Software Foundation. All Rights Reserved.