org.tmatesoft.svn.util
Class SVNDebugLogAdapter

java.lang.Object
  extended by org.tmatesoft.svn.util.SVNDebugLogAdapter
All Implemented Interfaces:
ISVNDebugLog

public abstract class SVNDebugLogAdapter
extends java.lang.Object
implements ISVNDebugLog


Constructor Summary
SVNDebugLogAdapter()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tmatesoft.svn.util.ISVNDebugLog
log, log, log
 

Constructor Detail

SVNDebugLogAdapter

public SVNDebugLogAdapter()
Method Detail

logError

public void logError(SVNLogType logType,
                     java.lang.String message)
Specified by:
logError in interface ISVNDebugLog

logError

public void logError(SVNLogType logType,
                     java.lang.Throwable th)
Specified by:
logError in interface ISVNDebugLog

logSevere

public void logSevere(SVNLogType logType,
                      java.lang.String message)
Specified by:
logSevere in interface ISVNDebugLog

logSevere

public void logSevere(SVNLogType logType,
                      java.lang.Throwable th)
Specified by:
logSevere in interface ISVNDebugLog

logFine

public void logFine(SVNLogType logType,
                    java.lang.Throwable th)
Specified by:
logFine in interface ISVNDebugLog

logFine

public void logFine(SVNLogType logType,
                    java.lang.String message)
Specified by:
logFine in interface ISVNDebugLog

logFiner

public void logFiner(SVNLogType logType,
                     java.lang.Throwable th)
Specified by:
logFiner in interface ISVNDebugLog

logFiner

public void logFiner(SVNLogType logType,
                     java.lang.String message)
Specified by:
logFiner in interface ISVNDebugLog

logFinest

public void logFinest(SVNLogType logType,
                      java.lang.Throwable th)
Specified by:
logFinest in interface ISVNDebugLog

logFinest

public void logFinest(SVNLogType logType,
                      java.lang.String message)
Specified by:
logFinest in interface ISVNDebugLog

flushStream

public void flushStream(java.lang.Object stream)
Specified by:
flushStream in interface ISVNDebugLog

createLogStream

public java.io.InputStream createLogStream(SVNLogType logType,
                                           java.io.InputStream is)
Specified by:
createLogStream in interface ISVNDebugLog

createLogStream

public java.io.OutputStream createLogStream(SVNLogType logType,
                                            java.io.OutputStream os)
Specified by:
createLogStream in interface ISVNDebugLog

createInputLogStream

public java.io.OutputStream createInputLogStream()
Specified by:
createInputLogStream in interface ISVNDebugLog

createOutputLogStream

public java.io.OutputStream createOutputLogStream()
Specified by:
createOutputLogStream in interface ISVNDebugLog