Package org.tigris.subversion.javahl
Interface SVNClientLogLevel
- All Known Implementing Classes:
SVNClient.LogLevel
public interface SVNClientLogLevel
Class for the constants of the logging levels.
-
Field Summary
Fields Modifier and Type Field Description static int
EntryLog
Log the entry and exits of the JNI codestatic int
ErrorLog
Log fatal errorstatic int
ExceptionLog
Log exceptions thrownstatic int
NoLog
Log nothing
-
Field Details
-
NoLog
static final int NoLogLog nothing- See Also:
- Constant Field Values
-
ErrorLog
static final int ErrorLogLog fatal error- See Also:
- Constant Field Values
-
ExceptionLog
static final int ExceptionLogLog exceptions thrown- See Also:
- Constant Field Values
-
EntryLog
static final int EntryLogLog the entry and exits of the JNI code- See Also:
- Constant Field Values
-