org.tigris.subversion.javahl
Class SVNClient.LogLevel

java.lang.Object
  |
  +--org.tigris.subversion.javahl.SVNClient.LogLevel
All Implemented Interfaces:
SVNClientLogLevel
Enclosing class:
SVNClient

public static final class SVNClient.LogLevel
extends java.lang.Object
implements SVNClientLogLevel

class for the constants of the logging levels. The constants are defined in SVNClientLogLevel because of building reasons


Fields inherited from interface org.tigris.subversion.javahl.SVNClientLogLevel
EntryLog, ErrorLog, ExceptionLog, NoLog
 
Constructor Summary
SVNClient.LogLevel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNClient.LogLevel

public SVNClient.LogLevel()