Package org.tigris.subversion.javahl
Interface SVNClientLogLevel
-
- All Known Implementing Classes:
SVNClient.LogLevel,SVNClientImpl.LogLevel
public interface SVNClientLogLevelClass for the constants of the logging levels.
-
-
Field Summary
Fields Modifier and Type Field Description static intEntryLogLog the entry and exits of the JNI codestatic intErrorLogLog fatal errorstatic intExceptionLogLog exceptions thrownstatic intNoLogLog nothing
-
-
-
Field Detail
-
NoLog
static final int NoLog
Log nothing- See Also:
- Constant Field Values
-
ErrorLog
static final int ErrorLog
Log fatal error- See Also:
- Constant Field Values
-
ExceptionLog
static final int ExceptionLog
Log exceptions thrown- See Also:
- Constant Field Values
-
EntryLog
static final int EntryLog
Log the entry and exits of the JNI code- See Also:
- Constant Field Values
-
-