final class org.springframework.boot.logging.java.JavaLoggingSystem$ShutdownHandler implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.springframework.boot.logging.java.JavaLoggingSystem$ShutdownHandler
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/logging/java/JavaLoggingSystem$ShutdownHandler;
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic java.util.logging.LogManager.getLogManager:()Ljava/util/logging/LogManager;
invokevirtual java.util.logging.LogManager.reset:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/logging/java/JavaLoggingSystem$ShutdownHandler;
}
SourceFile: "JavaLoggingSystem.java"
NestHost: org.springframework.boot.logging.java.JavaLoggingSystem
InnerClasses:
private final ShutdownHandler = org.springframework.boot.logging.java.JavaLoggingSystem$ShutdownHandler of org.springframework.boot.logging.java.JavaLoggingSystem