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) void
flushStream
(Object stream) void
logError
(SVNLogType logType, String message) void
logError
(SVNLogType logType, Throwable th) void
logFine
(SVNLogType logType, String message) void
logFine
(SVNLogType logType, Throwable th) void
logFiner
(SVNLogType logType, String message) void
logFiner
(SVNLogType logType, Throwable th) void
logFinest
(SVNLogType logType, String message) void
logFinest
(SVNLogType logType, Throwable th) void
logSevere
(SVNLogType logType, String message) void
logSevere
(SVNLogType logType, 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
- Specified by:
flushStream
in interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStream
in interfaceISVNDebugLog
-
createLogStream
- Specified by:
createLogStream
in interfaceISVNDebugLog
-
createInputLogStream
- Specified by:
createInputLogStream
in interfaceISVNDebugLog
-
createOutputLogStream
- Specified by:
createOutputLogStream
in interfaceISVNDebugLog
-