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) |
InputStream |
createLogStream(org.tmatesoft.svn.util.SVNLogType logType,
InputStream is) |
OutputStream |
createLogStream(org.tmatesoft.svn.util.SVNLogType logType,
OutputStream os) |
void |
log(org.tmatesoft.svn.util.SVNLogType logType,
String message,
byte[] data) |
void |
log(org.tmatesoft.svn.util.SVNLogType logType,
String message,
Level logLevel) |
void |
log(org.tmatesoft.svn.util.SVNLogType logType,
Throwable th,
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 InputStream createLogStream(org.tmatesoft.svn.util.SVNLogType logType, InputStream is)
createLogStream in interface org.tmatesoft.svn.util.ISVNDebugLogcreateLogStream in class org.tmatesoft.svn.util.SVNDebugLogAdapterpublic OutputStream createLogStream(org.tmatesoft.svn.util.SVNLogType logType, OutputStream os)
createLogStream in interface org.tmatesoft.svn.util.ISVNDebugLogcreateLogStream in class org.tmatesoft.svn.util.SVNDebugLogAdapterpublic void log(org.tmatesoft.svn.util.SVNLogType logType,
String message,
byte[] data)
Copyright © 2004-2011 TMate Software Ltd. All Rights Reserved.