Home
last modified time | relevance | path

Searched refs:sLogoutput (Results 1 – 1 of 1) sorted by relevance

/cts/libs/vogar-expect/src/vogar/expect/util/
DLog.java23 private static LogOutput sLogoutput = null; field in Log
26 sLogoutput = logOutput; in setOutput()
30 if (sLogoutput != null) { in verbose()
31 sLogoutput.verbose(s); in verbose()
36 if (sLogoutput != null) { in warn()
37 sLogoutput.warn(message); in warn()
45 if (sLogoutput != null) { in warn()
46 sLogoutput.warn(message, list); in warn()
51 if (sLogoutput != null) { in info()
52 sLogoutput.info(s); in info()
[all …]