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