Package org.tmatesoft.svn.util
Class SVNDebugLogAdapter
java.lang.Object
org.tmatesoft.svn.util.SVNDebugLogAdapter
- All Implemented Interfaces:
ISVNDebugLog
- Direct Known Subclasses:
DefaultSVNDebugLogger
,JavaHLCompositeLog
,JavaHLDebugLog
,JavaHLProgressLog
,JavaHLProgressLog
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.io.OutputStream
java.io.InputStream
createLogStream
(SVNLogType logType, java.io.InputStream is) java.io.OutputStream
createLogStream
(SVNLogType logType, java.io.OutputStream os) java.io.OutputStream
void
flushStream
(java.lang.Object stream) void
logError
(SVNLogType logType, java.lang.String message) void
logError
(SVNLogType logType, java.lang.Throwable th) void
logFine
(SVNLogType logType, java.lang.String message) void
logFine
(SVNLogType logType, java.lang.Throwable th) void
logFiner
(SVNLogType logType, java.lang.String message) void
logFiner
(SVNLogType logType, java.lang.Throwable th) void
logFinest
(SVNLogType logType, java.lang.String message) void
logFinest
(SVNLogType logType, java.lang.Throwable th) void
logSevere
(SVNLogType logType, java.lang.String message) void
logSevere
(SVNLogType logType, java.lang.Throwable th) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.tmatesoft.svn.util.ISVNDebugLog
log, log, log
-
Constructor Details
-
SVNDebugLogAdapter
public SVNDebugLogAdapter()
-
-
Method Details
-
logError
- Specified by:
logError
in interfaceISVNDebugLog
-
logError
- Specified by:
logError
in interfaceISVNDebugLog
-
logSevere
- Specified by:
logSevere
in interfaceISVNDebugLog
-
logSevere
- Specified by:
logSevere
in interfaceISVNDebugLog
-
logFine
- Specified by:
logFine
in interfaceISVNDebugLog
-
logFine
- Specified by:
logFine
in interfaceISVNDebugLog
-
logFiner
- Specified by:
logFiner
in interfaceISVNDebugLog
-
logFiner
- Specified by:
logFiner
in interfaceISVNDebugLog
-
logFinest
- Specified by:
logFinest
in interfaceISVNDebugLog
-
logFinest
- Specified by:
logFinest
in interfaceISVNDebugLog
-
flushStream
public void flushStream(java.lang.Object stream) - Specified by:
flushStream
in interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStream
in interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStream
in interfaceISVNDebugLog
-
createInputLogStream
public java.io.OutputStream createInputLogStream()- Specified by:
createInputLogStream
in interfaceISVNDebugLog
-
createOutputLogStream
public java.io.OutputStream createOutputLogStream()- Specified by:
createOutputLogStream
in interfaceISVNDebugLog
-