org.tigris.subversion.javahl

Interface SVNClientLogLevel

Known Implementing Classes:
SVNClient.LogLevel

public interface SVNClientLogLevel

class for the constants of the logging levels.

Field Summary

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

Field Details

EntryLog

public static final int EntryLog
Log the entry and exits of the JNI code
Field Value:
3

ErrorLog

public static final int ErrorLog
Log fatal error
Field Value:
1

ExceptionLog

public static final int ExceptionLog
Log exceptions thrown
Field Value:
2

NoLog

public static final int NoLog
Log nothing
Field Value:
0