Package com.formdev.flatlaf.util
Interface LoggingFacade
-
- All Known Implementing Classes:
LoggingFacadeImpl
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(java.lang.String message, java.lang.Throwable t)voidlogSevere(java.lang.String message, java.lang.Throwable t)
-
-
-
Field Detail
-
INSTANCE
static final LoggingFacade INSTANCE
-
-