Package | Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
static void |
Logger.setLogger(Logger inst)
Method that can be used to completely re-define the logging
functionality JUG uses.
|
Modifier and Type | Class and Description |
---|---|
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 © 2024 FasterXML.com. All rights reserved.