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.Map
myLoggers
-
Constructor Summary
Constructors Constructor Description JavaHLCompositeLog()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
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:
createLogStream
in interfaceISVNDebugLog
- Overrides:
createLogStream
in classSVNDebugLogAdapter
-
createLogStream
public java.io.OutputStream createLogStream(SVNLogType logType, java.io.OutputStream os)
- Specified by:
createLogStream
in interfaceISVNDebugLog
- Overrides:
createLogStream
in 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)
-
-