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, wait
log, log, log
public void logError(SVNLogType logType, java.lang.String message)
logError
in interface ISVNDebugLog
public void logError(SVNLogType logType, java.lang.Throwable th)
logError
in interface ISVNDebugLog
public void logSevere(SVNLogType logType, java.lang.String message)
logSevere
in interface ISVNDebugLog
public void logSevere(SVNLogType logType, java.lang.Throwable th)
logSevere
in interface ISVNDebugLog
public void logFine(SVNLogType logType, java.lang.Throwable th)
logFine
in interface ISVNDebugLog
public void logFine(SVNLogType logType, java.lang.String message)
logFine
in interface ISVNDebugLog
public void logFiner(SVNLogType logType, java.lang.Throwable th)
logFiner
in interface ISVNDebugLog
public void logFiner(SVNLogType logType, java.lang.String message)
logFiner
in interface ISVNDebugLog
public void logFinest(SVNLogType logType, java.lang.Throwable th)
logFinest
in interface ISVNDebugLog
public void logFinest(SVNLogType logType, java.lang.String message)
logFinest
in interface ISVNDebugLog
public void flushStream(java.lang.Object stream)
flushStream
in interface ISVNDebugLog
public java.io.InputStream createLogStream(SVNLogType logType, java.io.InputStream is)
createLogStream
in interface ISVNDebugLog
public java.io.OutputStream createLogStream(SVNLogType logType, java.io.OutputStream os)
createLogStream
in interface ISVNDebugLog
public java.io.OutputStream createInputLogStream()
createInputLogStream
in interface ISVNDebugLog
public java.io.OutputStream createOutputLogStream()
createOutputLogStream
in interface ISVNDebugLog
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.