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
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogger(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, logSevereMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myLoggers
java.util.Map myLoggers
-
-
Constructor Details
-
JavaHLCompositeLog
public JavaHLCompositeLog()
-
-
Method Details
-
addLogger
-
removeLogger
-
checkTracing
-
createLogStream
- Specified by:
createLogStreamin interfaceISVNDebugLog- Overrides:
createLogStreamin classSVNDebugLogAdapter
-
createLogStream
- Specified by:
createLogStreamin interfaceISVNDebugLog- Overrides:
createLogStreamin classSVNDebugLogAdapter
-
log
-
log
-
log
-