org.tmatesoft.svn.core.javahl
Class JavaHLCompositeLog
java.lang.Object
org.tmatesoft.svn.util.SVNDebugLogAdapter
org.tmatesoft.svn.core.javahl.JavaHLCompositeLog
- All Implemented Interfaces:
- org.tmatesoft.svn.util.ISVNDebugLog
public class JavaHLCompositeLog
- extends org.tmatesoft.svn.util.SVNDebugLogAdapter
- Version:
- 1.2.0
- Author:
- TMate Software Ltd.
Methods inherited from class org.tmatesoft.svn.util.SVNDebugLogAdapter |
createInputLogStream, 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 |
JavaHLCompositeLog
public JavaHLCompositeLog()
addLogger
public void addLogger(org.tmatesoft.svn.util.ISVNDebugLog debugLog)
removeLogger
public void removeLogger(org.tmatesoft.svn.util.ISVNDebugLog debugLog)
createLogStream
public InputStream createLogStream(org.tmatesoft.svn.util.SVNLogType logType,
InputStream is)
- Specified by:
createLogStream
in interface org.tmatesoft.svn.util.ISVNDebugLog
- Overrides:
createLogStream
in class org.tmatesoft.svn.util.SVNDebugLogAdapter
createLogStream
public OutputStream createLogStream(org.tmatesoft.svn.util.SVNLogType logType,
OutputStream os)
- Specified by:
createLogStream
in interface org.tmatesoft.svn.util.ISVNDebugLog
- Overrides:
createLogStream
in class org.tmatesoft.svn.util.SVNDebugLogAdapter
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-2008 TMate Software Ltd. All Rights Reserved.