org.tmatesoft.svn.core.javahl
Class JavaHLDebugLog
java.lang.Object
org.tmatesoft.svn.util.SVNDebugLogAdapter
org.tmatesoft.svn.core.javahl.JavaHLDebugLog
- All Implemented Interfaces:
- org.tmatesoft.svn.util.ISVNDebugLog
- public class JavaHLDebugLog
- extends org.tmatesoft.svn.util.SVNDebugLogAdapter
- Version:
- 1.3
- Author:
- TMate Software Ltd.
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 |
JavaHLDebugLog
public JavaHLDebugLog()
getInstance
public static JavaHLDebugLog getInstance()
enableLogging
public void enableLogging(int logLevel,
File logPath,
Formatter formatter)
throws SVNException
- Throws:
SVNException
log
public void log(org.tmatesoft.svn.util.SVNLogType logType,
String message,
byte[] data)
log
public void log(org.tmatesoft.svn.util.SVNLogType logType,
Throwable th,
Level logLevel)
log
public void log(org.tmatesoft.svn.util.SVNLogType logType,
String message,
Level logLevel)
Copyright © 2004-2010 TMate Software Ltd. All Rights Reserved.