Uses of Class
org.tmatesoft.svn.util.SVNLogType
-
Packages that use SVNLogType Package Description org.tmatesoft.svn.core.internal.util org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.util -
-
Uses of SVNLogType in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type SVNLogType Modifier and Type Method Description java.io.InputStream
DefaultSVNDebugLogger. createLogStream(SVNLogType logType, java.io.InputStream is)
java.io.OutputStream
DefaultSVNDebugLogger. createLogStream(SVNLogType logType, java.io.OutputStream os)
private java.util.logging.Logger
DefaultSVNDebugLogger. getLogger(SVNLogType logType)
private java.lang.String
DefaultSVNDebugLogger. getMessage(SVNLogType logType, java.lang.String originalMessage)
void
DefaultSVNDebugLogger. log(SVNLogType logType, java.lang.String message, byte[] data)
void
DefaultSVNDebugLogger. log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
void
DefaultSVNDebugLogger. 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 SVNLogType Modifier and Type Method Description static void
SVNErrorManager. assertionFailure(boolean isTrueCondition, java.lang.String optionalMessage, SVNLogType logType)
static void
SVNErrorManager. cancel(java.lang.String message, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. cancel(java.lang.String message, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err, java.lang.Throwable cause, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err, SVNLogType logType)
static java.io.InputStream
SVNFileUtil. openFileForReading(java.io.File file, java.util.logging.Level logLevel, SVNLogType logType)
static java.io.InputStream
SVNFileUtil. 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 SVNLogType Modifier and Type Method Description java.io.InputStream
JavaHLCompositeLog. createLogStream(SVNLogType logType, java.io.InputStream is)
java.io.OutputStream
JavaHLCompositeLog. createLogStream(SVNLogType logType, java.io.OutputStream os)
void
JavaHLCompositeLog. log(SVNLogType logType, java.lang.String message, byte[] data)
void
JavaHLCompositeLog. log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
void
JavaHLCompositeLog. log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)
void
JavaHLDebugLog. log(SVNLogType logType, java.lang.String message, byte[] data)
void
JavaHLDebugLog. log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
void
JavaHLDebugLog. log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)
void
JavaHLProgressLog. log(SVNLogType logType, java.lang.String message, byte[] data)
void
JavaHLProgressLog. log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
void
JavaHLProgressLog. 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 SVNLogType Modifier and Type Method Description void
JavaHLProgressLog. log(SVNLogType logType, java.lang.String message, byte[] data)
void
JavaHLProgressLog. log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
void
JavaHLProgressLog. 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 SVNLogType Modifier and Type Field Description static SVNLogType
SVNLogType. CLIENT
static SVNLogType
SVNLogType. DEFAULT
static SVNLogType
SVNLogType. FSFS
static SVNLogType
SVNLogType. NATIVE_CALL
static SVNLogType
SVNLogType. NETWORK
static SVNLogType
SVNLogType. WC
Methods in org.tmatesoft.svn.util with parameters of type SVNLogType Modifier and Type Method Description java.io.InputStream
ISVNDebugLog. createLogStream(SVNLogType logType, java.io.InputStream is)
java.io.OutputStream
ISVNDebugLog. createLogStream(SVNLogType logType, java.io.OutputStream os)
java.io.InputStream
SVNDebugLogAdapter. createLogStream(SVNLogType logType, java.io.InputStream is)
java.io.OutputStream
SVNDebugLogAdapter. createLogStream(SVNLogType logType, java.io.OutputStream os)
void
ISVNDebugLog. log(SVNLogType logType, java.lang.String message, byte[] data)
void
ISVNDebugLog. log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
void
ISVNDebugLog. log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)
void
ISVNDebugLog. logError(SVNLogType logType, java.lang.String message)
void
ISVNDebugLog. logError(SVNLogType logType, java.lang.Throwable th)
void
SVNDebugLogAdapter. logError(SVNLogType logType, java.lang.String message)
void
SVNDebugLogAdapter. logError(SVNLogType logType, java.lang.Throwable th)
void
ISVNDebugLog. logFine(SVNLogType logType, java.lang.String message)
void
ISVNDebugLog. logFine(SVNLogType logType, java.lang.Throwable th)
void
SVNDebugLogAdapter. logFine(SVNLogType logType, java.lang.String message)
void
SVNDebugLogAdapter. logFine(SVNLogType logType, java.lang.Throwable th)
void
ISVNDebugLog. logFiner(SVNLogType logType, java.lang.String message)
void
ISVNDebugLog. logFiner(SVNLogType logType, java.lang.Throwable th)
void
SVNDebugLogAdapter. logFiner(SVNLogType logType, java.lang.String message)
void
SVNDebugLogAdapter. logFiner(SVNLogType logType, java.lang.Throwable th)
void
ISVNDebugLog. logFinest(SVNLogType logType, java.lang.String message)
void
ISVNDebugLog. logFinest(SVNLogType logType, java.lang.Throwable th)
void
SVNDebugLogAdapter. logFinest(SVNLogType logType, java.lang.String message)
void
SVNDebugLogAdapter. logFinest(SVNLogType logType, java.lang.Throwable th)
void
ISVNDebugLog. logSevere(SVNLogType logType, java.lang.String message)
void
ISVNDebugLog. logSevere(SVNLogType logType, java.lang.Throwable th)
void
SVNDebugLogAdapter. logSevere(SVNLogType logType, java.lang.String message)
void
SVNDebugLogAdapter. logSevere(SVNLogType logType, java.lang.Throwable th)
-