Lines Matching refs:sLogoutput
23 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()
57 if (sLogoutput != null) { in info()
58 sLogoutput.info(message, throwable); in info()
63 if (sLogoutput != null) { in nativeOutput()
64 sLogoutput.nativeOutput(outputLine); in nativeOutput()