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 TypeMethodDescriptioncreateLogStream(SVNLogType logType, InputStream is) createLogStream(SVNLogType logType, OutputStream os) voidflushStream(Object stream) voidlogError(SVNLogType logType, String message) voidlogError(SVNLogType logType, Throwable th) voidlogFine(SVNLogType logType, String message) voidlogFine(SVNLogType logType, Throwable th) voidlogFiner(SVNLogType logType, String message) voidlogFiner(SVNLogType logType, Throwable th) voidlogFinest(SVNLogType logType, String message) voidlogFinest(SVNLogType logType, Throwable th) voidlogSevere(SVNLogType logType, String message) voidlogSevere(SVNLogType logType, 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
- Specified by:
flushStreamin interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStreamin interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStreamin interfaceISVNDebugLog
-
createInputLogStream
- Specified by:
createInputLogStreamin interfaceISVNDebugLog
-
createOutputLogStream
- Specified by:
createOutputLogStreamin interfaceISVNDebugLog
-