Package org.openjdk.asmtools.common
Class DecompilerLogger
java.lang.Object
org.openjdk.asmtools.common.ToolLogger
org.openjdk.asmtools.common.DecompilerLogger
- All Implemented Interfaces:
ILogger
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openjdk.asmtools.common.ToolLogger
ToolLogger.EMessageFormatter, ToolLogger.Message, ToolLogger.ToolResources
-
Field Summary
Fields inherited from class org.openjdk.asmtools.common.ToolLogger
ignoreWarnings, outerLog, strictWarnings
Fields inherited from interface org.openjdk.asmtools.common.ILogger
NOWHERE, TAB_REPLACEMENT, usagePattern
-
Constructor Summary
ConstructorsConstructorDescriptionDecompilerLogger
(String programName, Class cls, DualStreamToolOutput outerLog) -
Method Summary
Methods inherited from class org.openjdk.asmtools.common.ToolLogger
getOutputs, getProgramName, getResourceString, getResourceString, getSimpleInputFileName, printException, setInputFileName, setOutputs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openjdk.asmtools.common.ILogger
error, getOutputs, getResourceString, getToolOutput, info, print, print, printException, println, println, setOutputs, setToolOutput, trace, traceln, warning
-
Constructor Details
-
DecompilerLogger
- Parameters:
programName
- the tool namecls
- the environment class of the tool for which to obtain the resource bundleouterLog
- the logger stream
-
-
Method Details
-
usage
- Specified by:
usage
in classToolLogger
-
printErrorLn
- Specified by:
printErrorLn
in interfaceILogger
-
error
-
warning
-
error
-
getInfo
-