Uses of Interface
org.openscience.cdk.tools.ILoggingTool
Packages that use ILoggingTool
Package
Description
-
Uses of ILoggingTool in org.openscience.cdk.config
Fields in org.openscience.cdk.config declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.io.cml
Fields in org.openscience.cdk.io.cml declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.io.iterator.event
Fields in org.openscience.cdk.io.iterator.event declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.io.random
Fields in org.openscience.cdk.io.random declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.stereo
Fields in org.openscience.cdk.stereo declared as ILoggingTool -
Uses of ILoggingTool in org.openscience.cdk.tools
Classes in org.openscience.cdk.tools that implement ILoggingToolModifier and TypeClassDescriptionclass
Deprecated.should not be used directlyFields in org.openscience.cdk.tools declared as ILoggingToolMethods in org.openscience.cdk.tools that return ILoggingToolModifier and TypeMethodDescriptionstatic ILoggingTool
Deprecated.Creates a newSystemOutLoggingTool
for the given class.static ILoggingTool
LoggingToolFactory.createLoggingTool
(Class<?> sourceClass) Dynamically create aILoggingTool
for the givensourceClass
.Methods in org.openscience.cdk.tools that return types with arguments of type ILoggingToolModifier and TypeMethodDescriptionstatic Class<? extends ILoggingTool>
LoggingToolFactory.getLoggingToolClass()
Gets the currently usedILoggingTool
implementation.Method parameters in org.openscience.cdk.tools with type arguments of type ILoggingToolModifier and TypeMethodDescriptionstatic void
LoggingToolFactory.setLoggingToolClass
(Class<? extends ILoggingTool> loggingTool) Sets theILoggingTool
implementation to be used.