public abstract class SVNDebugLogAdapter extends java.lang.Object implements ISVNDebugLog
| Constructor and Description |
|---|
SVNDebugLogAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
createInputLogStream() |
java.io.InputStream |
createLogStream(SVNLogType logType,
java.io.InputStream is) |
java.io.OutputStream |
createLogStream(SVNLogType logType,
java.io.OutputStream os) |
java.io.OutputStream |
createOutputLogStream() |
void |
flushStream(java.lang.Object stream) |
void |
logError(SVNLogType logType,
java.lang.String message) |
void |
logError(SVNLogType logType,
java.lang.Throwable th) |
void |
logFine(SVNLogType logType,
java.lang.String message) |
void |
logFine(SVNLogType logType,
java.lang.Throwable th) |
void |
logFiner(SVNLogType logType,
java.lang.String message) |
void |
logFiner(SVNLogType logType,
java.lang.Throwable th) |
void |
logFinest(SVNLogType logType,
java.lang.String message) |
void |
logFinest(SVNLogType logType,
java.lang.Throwable th) |
void |
logSevere(SVNLogType logType,
java.lang.String message) |
void |
logSevere(SVNLogType logType,
java.lang.Throwable th) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlog, log, logpublic void logError(SVNLogType logType, java.lang.String message)
logError in interface ISVNDebugLogpublic void logError(SVNLogType logType, java.lang.Throwable th)
logError in interface ISVNDebugLogpublic void logSevere(SVNLogType logType, java.lang.String message)
logSevere in interface ISVNDebugLogpublic void logSevere(SVNLogType logType, java.lang.Throwable th)
logSevere in interface ISVNDebugLogpublic void logFine(SVNLogType logType, java.lang.Throwable th)
logFine in interface ISVNDebugLogpublic void logFine(SVNLogType logType, java.lang.String message)
logFine in interface ISVNDebugLogpublic void logFiner(SVNLogType logType, java.lang.Throwable th)
logFiner in interface ISVNDebugLogpublic void logFiner(SVNLogType logType, java.lang.String message)
logFiner in interface ISVNDebugLogpublic void logFinest(SVNLogType logType, java.lang.Throwable th)
logFinest in interface ISVNDebugLogpublic void logFinest(SVNLogType logType, java.lang.String message)
logFinest in interface ISVNDebugLogpublic void flushStream(java.lang.Object stream)
flushStream in interface ISVNDebugLogpublic java.io.InputStream createLogStream(SVNLogType logType, java.io.InputStream is)
createLogStream in interface ISVNDebugLogpublic java.io.OutputStream createLogStream(SVNLogType logType, java.io.OutputStream os)
createLogStream in interface ISVNDebugLogpublic java.io.OutputStream createInputLogStream()
createInputLogStream in interface ISVNDebugLogpublic java.io.OutputStream createOutputLogStream()
createOutputLogStream in interface ISVNDebugLogCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.