Uses of Class
com.vhosting.netconf.transport.NetconfCatcher.LogLevel

Packages that use NetconfCatcher.LogLevel
com.vhosting.netconf.transport Contains everything related to the transport protocol of Netconf messages. 
 

Uses of NetconfCatcher.LogLevel in com.vhosting.netconf.transport
 

Methods in com.vhosting.netconf.transport that return NetconfCatcher.LogLevel
static NetconfCatcher.LogLevel NetconfCatcher.getLogLevel()
          Get the log level set.
static NetconfCatcher.LogLevel NetconfCatcher.LogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetconfCatcher.LogLevel[] NetconfCatcher.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vhosting.netconf.transport with parameters of type NetconfCatcher.LogLevel
static void NetconfCatcher.enableLog(NetconfCatcher.LogLevel level)
          Enables the writing of the logs.