| org.tigris.subversion.javahl.SVNClientLogLevel
SVNClientLogLevel | public interface SVNClientLogLevel (Code) | | class for the constants of the logging levels.
|
EntryLog | final public static int EntryLog(Code) | | Log the entry and exits of the JNI code
|
ErrorLog | final public static int ErrorLog(Code) | | Log fatal error
|
ExceptionLog | final public static int ExceptionLog(Code) | | Log exceptions thrown
|
NoLog | final public static int NoLog(Code) | | Log nothing
|
|
|