Package org.tmatesoft.svn.core.javahl
Class JavaHLDebugLog
- java.lang.Object
-
- org.tmatesoft.svn.util.SVNDebugLogAdapter
-
- org.tmatesoft.svn.core.javahl.JavaHLDebugLog
-
- All Implemented Interfaces:
ISVNDebugLog
public class JavaHLDebugLog extends SVNDebugLogAdapter
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description JavaHLDebugLog()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enableLogging(int logLevel, java.io.File logPath, java.util.logging.Formatter formatter)
static JavaHLDebugLog
getInstance()
void
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)
-
Methods inherited from class org.tmatesoft.svn.util.SVNDebugLogAdapter
createInputLogStream, createLogStream, createLogStream, createOutputLogStream, flushStream, logError, logError, logFine, logFine, logFiner, logFiner, logFinest, logFinest, logSevere, logSevere
-
-
-
-
Method Detail
-
getInstance
public static JavaHLDebugLog getInstance()
-
enableLogging
public void enableLogging(int logLevel, java.io.File logPath, java.util.logging.Formatter formatter) throws SVNException
- Throws:
SVNException
-
log
public void log(SVNLogType logType, java.lang.String message, byte[] data)
-
log
public void log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)
-
log
public void log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
-
-