org.tigris.subversion.javahl
Interface SVNClientLogLevel
- SVNClient.LogLevel
public interface SVNClientLogLevel
class for the constants of the logging levels.
static int | EntryLog - Log the entry and exits of the JNI code
|
static int | ErrorLog - Log fatal error
|
static int | ExceptionLog - Log exceptions thrown
|
static int | NoLog - Log nothing
|
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