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 TypeMethodDescriptionvoidlog(SVNLogType logType, java.lang.String message, byte[] data) voidlog(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) voidlog(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) voidreset()Methods inherited from class org.tmatesoft.svn.util.SVNDebugLogAdapter
createInputLogStream, createLogStream, createLogStream, createOutputLogStream, flushStream, logError, logError, logFine, logFine, logFiner, logFiner, logFinest, logFinest, logSevere, logSevereMethods 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
-