public class freemarker.log.CommonsLoggingLoggerFactory implements freemarker.log.LoggerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.log.CommonsLoggingLoggerFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.log.CommonsLoggingLoggerFactory this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // freemarker.log.CommonsLoggingLoggerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/log/CommonsLoggingLoggerFactory;

  public freemarker.log.Logger getLogger(java.lang.String);
    descriptor: (Ljava/lang/String;)Lfreemarker/log/Logger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.log.CommonsLoggingLoggerFactory this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\torg.apache.commons.logging.LogFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.log.CommonsLoggingLoggerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/log/CommonsLoggingLoggerFactory;
    MethodParameters:
          Name  Flags
      category  
}
SourceFile: "CommonsLoggingLoggerFactory.java"
NestMembers:
  freemarker.log.CommonsLoggingLoggerFactory$CommonsLoggingLogger
InnerClasses:
  private CommonsLoggingLogger = freemarker.log.CommonsLoggingLoggerFactory$CommonsLoggingLogger of freemarker.log.CommonsLoggingLoggerFactory
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()