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 TypeMethodDescriptionvoid
addLogger
(ISVNDebugLog debugLog) private static java.lang.Boolean
checkTracing
(ISVNDebugLog log) java.io.InputStream
createLogStream
(SVNLogType logType, java.io.InputStream is) java.io.OutputStream
createLogStream
(SVNLogType logType, java.io.OutputStream os) void
log
(SVNLogType logType, java.lang.String message, byte[] data) void
log
(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) void
log
(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) void
removeLogger
(ISVNDebugLog debugLog) Methods inherited from class org.tmatesoft.svn.util.SVNDebugLogAdapter
createInputLogStream, createOutputLogStream, flushStream, logError, logError, logFine, logFine, logFiner, logFiner, logFinest, logFinest, logSevere, logSevere
Methods 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:
createLogStream
in interfaceISVNDebugLog
- Overrides:
createLogStream
in classSVNDebugLogAdapter
-
createLogStream
- Specified by:
createLogStream
in interfaceISVNDebugLog
- Overrides:
createLogStream
in classSVNDebugLogAdapter
-
log
-
log
-
log
-