class org.springframework.boot.logging.logback.DebugLogbackConfigurator extends org.springframework.boot.logging.logback.LogbackConfigurator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.logging.logback.DebugLogbackConfigurator
super_class: org.springframework.boot.logging.logback.LogbackConfigurator
{
void <init>(LoggerContext);
descriptor: (LLoggerContext;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import ch cannot be resolved\n\tThe import ch cannot be resolved\n\tThe import ch cannot be resolved\n\tThe import ch cannot be resolved\n\tThe import ch cannot be resolved\n\tThe import ch cannot be resolved\n\tThe import ch cannot be resolved\n\tThe import ch cannot be resolved\n\tLoggerContext cannot be resolved to a type\n\tName clash: The method conversionRule(String, Class<? extends Converter>) of type DebugLogbackConfigurator has the same erasure as conversionRule(String, Class<? extends Converter>) of type LogbackConfigurator but does not override it\n\tThe method conversionRule(String, Class<? extends Converter>) of type DebugLogbackConfigurator must override or implement a supertype method\n\tConverter cannot be resolved to a type\n\tThe method conversionRule(String, Class<? extends Converter>) from the type LogbackConfigurator refers to the missing type Converter\n\tAppender cannot be resolved to a type\n\tLevel cannot be resolved to a type\n\tAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tLifeCycle cannot be resolved to a type\n\tThe method getContext() from the type LogbackConfigurator refers to the missing type LoggerContext\n\tInfoStatus cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/logging/logback/DebugLogbackConfigurator;
MethodParameters:
Name Flags
context
public void conversionRule(java.lang.String, java.lang.Class<? extends Converter>);
descriptor: (Ljava/lang/String;Ljava/lang/Class;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tName clash: The method conversionRule(String, Class<? extends Converter>) of type DebugLogbackConfigurator has the same erasure as conversionRule(String, Class<? extends Converter>) of type LogbackConfigurator but does not override it\n\tThe method conversionRule(String, Class<? extends Converter>) of type DebugLogbackConfigurator must override or implement a supertype method\n\tConverter cannot be resolved to a type\n\tThe method conversionRule(String, Class<? extends Converter>) from the type LogbackConfigurator refers to the missing type Converter\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/logging/logback/DebugLogbackConfigurator;
Signature: (Ljava/lang/String;Ljava/lang/Class<+LConverter;>;)V
MethodParameters:
Name Flags
conversionWord
converterClass
public void appender(java.lang.String, Appender<?>);
descriptor: (Ljava/lang/String;LAppender;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tAppender cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/logging/logback/DebugLogbackConfigurator;
Signature: (Ljava/lang/String;LAppender<*>;)V
MethodParameters:
Name Flags
name
appender
public void logger(java.lang.String, Level, boolean, Appender<ILoggingEvent>);
descriptor: (Ljava/lang/String;LLevel;ZLAppender;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tLevel cannot be resolved to a type\n\tAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/logging/logback/DebugLogbackConfigurator;
Signature: (Ljava/lang/String;LLevel;ZLAppender<LILoggingEvent;>;)V
MethodParameters:
Name Flags
name
level
additive
appender
public void start(LifeCycle);
descriptor: (LLifeCycle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tLifeCycle cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/logging/logback/DebugLogbackConfigurator;
MethodParameters:
Name Flags
lifeCycle
private void info(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method getContext() from the type LogbackConfigurator refers to the missing type LoggerContext\n\tInfoStatus cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/logging/logback/DebugLogbackConfigurator;
MethodParameters:
Name Flags
message
}
SourceFile: "DebugLogbackConfigurator.java"