org.tigris.subversion.javahl
Class SVNClient.LogLevel

java.lang.Object
  extended by org.tigris.subversion.javahl.SVNClient.LogLevel
All Implemented Interfaces:
SVNClientLogLevel
Enclosing class:
SVNClient

public static final class SVNClient.LogLevel
extends Object
implements SVNClientLogLevel

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


Field Summary
 
Fields inherited from interface org.tigris.subversion.javahl.SVNClientLogLevel
EntryLog, ErrorLog, ExceptionLog, NoLog
 
Constructor Summary
SVNClient.LogLevel()
           
 
Method Summary
 
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()