Class DecompilerLogger

java.lang.Object
org.openjdk.asmtools.common.ToolLogger
org.openjdk.asmtools.common.DecompilerLogger
All Implemented Interfaces:
ILogger

public class DecompilerLogger extends ToolLogger implements ILogger
  • Constructor Details

    • DecompilerLogger

      public DecompilerLogger(String programName, Class cls, DualStreamToolOutput outerLog)
      Parameters:
      programName - the tool name
      cls - the environment class of the tool for which to obtain the resource bundle
      outerLog - the logger stream
  • Method Details