MCPcopy Create free account
hub / github.com/apache/pig / writeLog

Method writeLog

src/org/apache/pig/impl/util/LogUtils.java:78–80  ·  view source on GitHub ↗
(Throwable t, String logFileName, Log log, boolean verbose, String headerMessage)

Source from the content-addressed store, hash-verified

76 }
77
78 public static void writeLog(Throwable t, String logFileName, Log log, boolean verbose, String headerMessage) {
79 writeLog(t, logFileName, log, verbose, headerMessage, true, true);
80 }
81
82 public static void writeLog(Throwable t, String logFileName, Log log, boolean verbose,
83 String headerMessage, boolean displayFooter, boolean displayMessage) {

Callers 10

runMethod · 0.95
runMethod · 0.95
execMethod · 0.95
checkScriptMethod · 0.95
executeBatchMethod · 0.95
accumulateStatsMethod · 0.95
getErrorMessagesMethod · 0.95
launchPigMethod · 0.95
getStatsMethod · 0.95

Calls 13

getPigExceptionMethod · 0.95
getErrorCodeMethod · 0.95
lengthMethod · 0.80
appendMethod · 0.65
warnMethod · 0.65
getBytesMethod · 0.65
closeMethod · 0.65
toStringMethod · 0.45
errorMethod · 0.45
getMessageMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected