org.tigris.subversion.javahl

Interface SVNClientLogLevel

public interface SVNClientLogLevel

class for the constants of the logging levels.
Field Summary
static intEntryLog
Log the entry and exits of the JNI code
static intErrorLog
Log fatal error
static intExceptionLog
Log exceptions thrown
static intNoLog
Log nothing

Field Detail

EntryLog

public static final int EntryLog
Log the entry and exits of the JNI code

ErrorLog

public static final int ErrorLog
Log fatal error

ExceptionLog

public static final int ExceptionLog
Log exceptions thrown

NoLog

public static final int NoLog
Log nothing