Uses of Class
org.tmatesoft.svn.util.SVNLogType
Packages that use SVNLogType
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of SVNLogType in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type SVNLogTypeModifier and TypeMethodDescriptionjava.io.InputStreamDefaultSVNDebugLogger.createLogStream(SVNLogType logType, java.io.InputStream is) java.io.OutputStreamDefaultSVNDebugLogger.createLogStream(SVNLogType logType, java.io.OutputStream os) private java.util.logging.LoggerDefaultSVNDebugLogger.getLogger(SVNLogType logType) private java.lang.StringDefaultSVNDebugLogger.getMessage(SVNLogType logType, java.lang.String originalMessage) voidDefaultSVNDebugLogger.log(SVNLogType logType, java.lang.String message, byte[] data) voidDefaultSVNDebugLogger.log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) voidDefaultSVNDebugLogger.log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) -
Uses of SVNLogType in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLogTypeModifier and TypeMethodDescriptionstatic voidSVNErrorManager.assertionFailure(boolean isTrueCondition, java.lang.String optionalMessage, SVNLogType logType) static voidSVNErrorManager.cancel(java.lang.String message, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.cancel(java.lang.String message, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err, java.lang.Throwable cause, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err, SVNLogType logType) static java.io.InputStreamSVNFileUtil.openFileForReading(java.io.File file, java.util.logging.Level logLevel, SVNLogType logType) static java.io.InputStreamSVNFileUtil.openFileForReading(java.io.File file, SVNLogType logType) -
Uses of SVNLogType in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNLogTypeModifier and TypeMethodDescriptionjava.io.InputStreamJavaHLCompositeLog.createLogStream(SVNLogType logType, java.io.InputStream is) java.io.OutputStreamJavaHLCompositeLog.createLogStream(SVNLogType logType, java.io.OutputStream os) voidJavaHLCompositeLog.log(SVNLogType logType, java.lang.String message, byte[] data) voidJavaHLCompositeLog.log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) voidJavaHLCompositeLog.log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) voidJavaHLDebugLog.log(SVNLogType logType, java.lang.String message, byte[] data) voidJavaHLDebugLog.log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) voidJavaHLDebugLog.log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) voidJavaHLProgressLog.log(SVNLogType logType, java.lang.String message, byte[] data) voidJavaHLProgressLog.log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) voidJavaHLProgressLog.log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) -
Uses of SVNLogType in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNLogTypeModifier and TypeMethodDescriptionvoidJavaHLProgressLog.log(SVNLogType logType, java.lang.String message, byte[] data) voidJavaHLProgressLog.log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) voidJavaHLProgressLog.log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) -
Uses of SVNLogType in org.tmatesoft.svn.util
Fields in org.tmatesoft.svn.util declared as SVNLogTypeModifier and TypeFieldDescriptionstatic final SVNLogTypeSVNLogType.CLIENTstatic final SVNLogTypeSVNLogType.DEFAULTstatic final SVNLogTypeSVNLogType.FSFSstatic final SVNLogTypeSVNLogType.NATIVE_CALLstatic final SVNLogTypeSVNLogType.NETWORKstatic final SVNLogTypeSVNLogType.WCMethods in org.tmatesoft.svn.util with parameters of type SVNLogTypeModifier and TypeMethodDescriptionjava.io.InputStreamISVNDebugLog.createLogStream(SVNLogType logType, java.io.InputStream is) java.io.OutputStreamISVNDebugLog.createLogStream(SVNLogType logType, java.io.OutputStream os) java.io.InputStreamSVNDebugLogAdapter.createLogStream(SVNLogType logType, java.io.InputStream is) java.io.OutputStreamSVNDebugLogAdapter.createLogStream(SVNLogType logType, java.io.OutputStream os) voidISVNDebugLog.log(SVNLogType logType, java.lang.String message, byte[] data) voidISVNDebugLog.log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel) voidISVNDebugLog.log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel) voidISVNDebugLog.logError(SVNLogType logType, java.lang.String message) voidISVNDebugLog.logError(SVNLogType logType, java.lang.Throwable th) voidSVNDebugLogAdapter.logError(SVNLogType logType, java.lang.String message) voidSVNDebugLogAdapter.logError(SVNLogType logType, java.lang.Throwable th) voidISVNDebugLog.logFine(SVNLogType logType, java.lang.String message) voidISVNDebugLog.logFine(SVNLogType logType, java.lang.Throwable th) voidSVNDebugLogAdapter.logFine(SVNLogType logType, java.lang.String message) voidSVNDebugLogAdapter.logFine(SVNLogType logType, java.lang.Throwable th) voidISVNDebugLog.logFiner(SVNLogType logType, java.lang.String message) voidISVNDebugLog.logFiner(SVNLogType logType, java.lang.Throwable th) voidSVNDebugLogAdapter.logFiner(SVNLogType logType, java.lang.String message) voidSVNDebugLogAdapter.logFiner(SVNLogType logType, java.lang.Throwable th) voidISVNDebugLog.logFinest(SVNLogType logType, java.lang.String message) voidISVNDebugLog.logFinest(SVNLogType logType, java.lang.Throwable th) voidSVNDebugLogAdapter.logFinest(SVNLogType logType, java.lang.String message) voidSVNDebugLogAdapter.logFinest(SVNLogType logType, java.lang.Throwable th) voidISVNDebugLog.logSevere(SVNLogType logType, java.lang.String message) voidISVNDebugLog.logSevere(SVNLogType logType, java.lang.Throwable th) voidSVNDebugLogAdapter.logSevere(SVNLogType logType, java.lang.String message) voidSVNDebugLogAdapter.logSevere(SVNLogType logType, java.lang.Throwable th)