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 ToolLogger
ToolLogger.EMessageFormatter, ToolLogger.Message, ToolLogger.ToolResources
-
Field Summary
Fields inherited from class ToolLogger
ignoreWarnings, outerLog, strictWarnings
Fields inherited from interface ILogger
NOWHERE, TAB_REPLACEMENT, usagePattern
-
Constructor Summary
ConstructorsConstructorDescriptionDecompilerLogger
(String programName, Class cls, DualStreamToolOutput outerLog) -
Method Summary
Methods inherited from class ToolLogger
getOutputs, getProgramName, getResourceString, getResourceString, getSimpleInputFileName, printException, setInputFileName, setOutputs
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface 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
-