Uses of Class
com.bmc.mainview.nvbapi.LogWrapper

Packages that use LogWrapper
com.bmc.mainview.nvbapi Provides access to MAINVIEW views over a network. 
 

Uses of LogWrapper in com.bmc.mainview.nvbapi
 

Subclasses of LogWrapper in com.bmc.mainview.nvbapi
 class Jdk14LogWrapper
          An instance is created when the caller passes a JDK1.4 logger to the HostServer
 class Log4jLogWrapper
           
static class LogWrapper.PrintLogger
          A Simple logger to write to a PrintStream such as System.out
 class Slf4jLogWrapper
          An instance is created when the caller passes an SLF4J logger to the HostServer
 

Methods in com.bmc.mainview.nvbapi that return LogWrapper
static LogWrapper LogWrapper.logWrapperFactory(java.lang.Object logger)
          Create the interface between NVBAPI and an external logging package.