public class JavaHLCompositeLog
extends org.tmatesoft.svn.util.SVNDebugLogAdapter
Constructor and Description |
---|
JavaHLCompositeLog() |
Modifier and Type | Method and Description |
---|---|
void |
addLogger(org.tmatesoft.svn.util.ISVNDebugLog debugLog) |
java.io.InputStream |
createLogStream(org.tmatesoft.svn.util.SVNLogType logType,
java.io.InputStream is) |
java.io.OutputStream |
createLogStream(org.tmatesoft.svn.util.SVNLogType logType,
java.io.OutputStream os) |
void |
log(org.tmatesoft.svn.util.SVNLogType logType,
java.lang.String message,
byte[] data) |
void |
log(org.tmatesoft.svn.util.SVNLogType logType,
java.lang.String message,
java.util.logging.Level logLevel) |
void |
log(org.tmatesoft.svn.util.SVNLogType logType,
java.lang.Throwable th,
java.util.logging.Level logLevel) |
void |
removeLogger(org.tmatesoft.svn.util.ISVNDebugLog debugLog) |
public void addLogger(org.tmatesoft.svn.util.ISVNDebugLog debugLog)
public void removeLogger(org.tmatesoft.svn.util.ISVNDebugLog debugLog)
public java.io.InputStream createLogStream(org.tmatesoft.svn.util.SVNLogType logType, java.io.InputStream is)
createLogStream
in interface org.tmatesoft.svn.util.ISVNDebugLog
createLogStream
in class org.tmatesoft.svn.util.SVNDebugLogAdapter
public java.io.OutputStream createLogStream(org.tmatesoft.svn.util.SVNLogType logType, java.io.OutputStream os)
createLogStream
in interface org.tmatesoft.svn.util.ISVNDebugLog
createLogStream
in class org.tmatesoft.svn.util.SVNDebugLogAdapter
public void log(org.tmatesoft.svn.util.SVNLogType logType, java.lang.String message, byte[] data)
public void log(org.tmatesoft.svn.util.SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)
public void log(org.tmatesoft.svn.util.SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
Copyright © 2004-2011 TMate Software Ltd. All Rights Reserved.