Package org.tmatesoft.svn.core.javahl
Class JavaHLProgressLog
java.lang.Object
org.tmatesoft.svn.util.SVNDebugLogAdapter
org.tmatesoft.svn.core.javahl.JavaHLProgressLog
- All Implemented Interfaces:
ISVNDebugLog
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
reset()
Methods inherited from class org.tmatesoft.svn.util.SVNDebugLogAdapter
createInputLogStream, createLogStream, createLogStream, createOutputLogStream, flushStream, logError, logError, logFine, logFine, logFiner, logFiner, logFinest, logFinest, logSevere, logSevere
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myProgressListener
-
myProgress
private long myProgress
-
-
Constructor Details
-
JavaHLProgressLog
-
-
Method Details
-
log
-
reset
public void reset() -
log
-
log
-