|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.util.LogUtils
public class LogUtils
logging utilities.
| Constructor Summary | |
|---|---|
LogUtils()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogUtils()
| Method Detail |
|---|
public static void setLogInfo(CoordinatorJobBean cBean,
XLog.Info logInfo)
cBean - coordinator bean.logInfo - log info
public static void setLogInfo(CoordinatorActionBean action,
XLog.Info logInfo)
action - action bean.logInfo - log info
public static void setLogInfo(WorkflowJobBean workflow,
XLog.Info logInfo)
workflow - workflow bean.logInfo - log info
public static void setLogInfo(WorkflowActionBean action,
XLog.Info logInfo)
action - action bean.logInfo - log info
public static void setLogInfo(BundleJobBean bBean,
XLog.Info logInfo)
bBean - bundle bean.logInfo - log infopublic static void setLogInfo(XLog.Info logInfo)
logInfo - log info
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||