Package org.tmatesoft.svn.core.javahl
Class JavaHLCompositeLog
- java.lang.Object
-
- org.tmatesoft.svn.util.SVNDebugLogAdapter
-
- org.tmatesoft.svn.core.javahl.JavaHLCompositeLog
-
- All Implemented Interfaces:
ISVNDebugLog
public class JavaHLCompositeLog extends SVNDebugLogAdapter
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.MapmyLoggers
-
Constructor Summary
Constructors Constructor Description JavaHLCompositeLog()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLogger(ISVNDebugLog debugLog)private static java.lang.BooleancheckTracing(ISVNDebugLog log)java.io.InputStreamcreateLogStream(SVNLogType logType, java.io.InputStream is)java.io.OutputStreamcreateLogStream(SVNLogType logType, java.io.OutputStream os)voidlog(SVNLogType logType, java.lang.String message, byte[] data)voidlog(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)voidlog(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)voidremoveLogger(ISVNDebugLog debugLog)-
Methods inherited from class org.tmatesoft.svn.util.SVNDebugLogAdapter
createInputLogStream, createOutputLogStream, flushStream, logError, logError, logFine, logFine, logFiner, logFiner, logFinest, logFinest, logSevere, logSevere
-
-
-
-
Method Detail
-
addLogger
public void addLogger(ISVNDebugLog debugLog)
-
removeLogger
public void removeLogger(ISVNDebugLog debugLog)
-
checkTracing
private static java.lang.Boolean checkTracing(ISVNDebugLog log)
-
createLogStream
public java.io.InputStream createLogStream(SVNLogType logType, java.io.InputStream is)
- Specified by:
createLogStreamin interfaceISVNDebugLog- Overrides:
createLogStreamin classSVNDebugLogAdapter
-
createLogStream
public java.io.OutputStream createLogStream(SVNLogType logType, java.io.OutputStream os)
- Specified by:
createLogStreamin interfaceISVNDebugLog- Overrides:
createLogStreamin classSVNDebugLogAdapter
-
log
public void log(SVNLogType logType, java.lang.String message, byte[] data)
-
log
public void log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)
-
log
public void log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
-
-