Package | Description |
---|---|
freemarker.log |
Provides the FreeMarker logging facility.
|
Modifier and Type | Method and Description |
---|---|
Logger |
SLF4JLoggerFactory.getLogger(String category) |
Logger |
CommonsLoggingLoggerFactory.getLogger(String category) |
static Logger |
Logger.getLogger(String category)
Returns a logger for the specified category.
|