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.OutputStreamjava.io.InputStreamcreateLogStream(SVNLogType logType, java.io.InputStream is) java.io.OutputStreamcreateLogStream(SVNLogType logType, java.io.OutputStream os) java.io.OutputStreamvoidflushStream(java.lang.Object stream) voidlogError(SVNLogType logType, java.lang.String message) voidlogError(SVNLogType logType, java.lang.Throwable th) voidlogFine(SVNLogType logType, java.lang.String message) voidlogFine(SVNLogType logType, java.lang.Throwable th) voidlogFiner(SVNLogType logType, java.lang.String message) voidlogFiner(SVNLogType logType, java.lang.Throwable th) voidlogFinest(SVNLogType logType, java.lang.String message) voidlogFinest(SVNLogType logType, java.lang.Throwable th) voidlogSevere(SVNLogType logType, java.lang.String message) voidlogSevere(SVNLogType logType, java.lang.Throwable th) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tmatesoft.svn.util.ISVNDebugLog
log, log, log
-
Constructor Details
-
SVNDebugLogAdapter
public SVNDebugLogAdapter()
-
-
Method Details
-
logError
- Specified by:
logErrorin interfaceISVNDebugLog
-
logError
- Specified by:
logErrorin interfaceISVNDebugLog
-
logSevere
- Specified by:
logSeverein interfaceISVNDebugLog
-
logSevere
- Specified by:
logSeverein interfaceISVNDebugLog
-
logFine
- Specified by:
logFinein interfaceISVNDebugLog
-
logFine
- Specified by:
logFinein interfaceISVNDebugLog
-
logFiner
- Specified by:
logFinerin interfaceISVNDebugLog
-
logFiner
- Specified by:
logFinerin interfaceISVNDebugLog
-
logFinest
- Specified by:
logFinestin interfaceISVNDebugLog
-
logFinest
- Specified by:
logFinestin interfaceISVNDebugLog
-
flushStream
public void flushStream(java.lang.Object stream) - Specified by:
flushStreamin interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStreamin interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStreamin interfaceISVNDebugLog
-
createInputLogStream
public java.io.OutputStream createInputLogStream()- Specified by:
createInputLogStreamin interfaceISVNDebugLog
-
createOutputLogStream
public java.io.OutputStream createOutputLogStream()- Specified by:
createOutputLogStreamin interfaceISVNDebugLog
-