Modifier and Type | Class and Description |
---|---|
class |
WriterLogger
Provides an implementation of the
Logger interface that sends output to the specified java.io.Writer . |
Modifier and Type | Method and Description |
---|---|
Logger |
StreamedSource.getLogger()
Returns the
Logger that handles log messages. |
Logger |
Source.getLogger()
Returns the
Logger that handles log messages. |
Logger |
LoggerProvider.getLogger(java.lang.String name)
Creates a new
Logger instance with the specified name. |
Logger |
LoggerProvider.getSourceLogger()
|
Modifier and Type | Method and Description |
---|---|
void |
StreamedSource.setLogger(Logger logger)
Sets the
Logger that handles log messages. |
void |
Source.setLogger(Logger logger)
Sets the
Logger that handles log messages. |