| Package | Description |
|---|---|
| org.openscience.cdk.tools |
| Modifier and Type | Method and Description |
|---|---|
static ILoggingTool |
LoggingToolFactory.createLoggingTool(Class<?> sourceClass)
Dynamically create a
ILoggingTool for the given
sourceClass. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ILoggingTool> |
LoggingToolFactory.getLoggingToolClass()
Gets the currently used
ILoggingTool implementation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
LoggingToolFactory.setLoggingToolClass(Class<? extends ILoggingTool> loggingTool)
Sets the
ILoggingTool implementation to be used. |
Copyright © 2017. All rights reserved.