Uses of Class
com.fasterxml.uuid.Logger

Packages that use Logger
com.fasterxml.uuid Package that contains core (non-optional) Java UUID Generator API classes. 
com.fasterxml.uuid.ext Package that contains optional Java UUID Generator classes; classes that: Depend on optional external packages; like log4j or java.util.logging - based Logger adapters (java.util.logging itself was added in JDK 1.4)  
 

Uses of Logger in com.fasterxml.uuid
 

Methods in com.fasterxml.uuid with parameters of type Logger
static void Logger.setLogger(Logger inst)
          Method that can be used to completely re-define the logging functionality JUG uses.
 

Uses of Logger in com.fasterxml.uuid.ext
 

Subclasses of Logger in com.fasterxml.uuid.ext
 class JavaUtilLogger
          Simple wrapper that allows easy connecting of JUG logging into JDK 1.4+ logging implementation (aka "java.util.logging" aka "JUL".
 class Log4jLogger
          Simple wrapper that allows easy connecting of JUG logging into log4j logging subsystem.
 



Copyright © 2011 FasterXML.com. All Rights Reserved.