Package com.formdev.flatlaf.util
Interface LoggingFacade
-
public interface LoggingFacade- Since:
- 1.1
-
-
Field Summary
Fields Modifier and Type Field Description static LoggingFacadeINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogConfig(String message, Throwable t)voidlogSevere(String message, Throwable t)
-
-
-
Field Detail
-
INSTANCE
static final LoggingFacade INSTANCE
-
-