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