Interface Logger.Emitter
- Enclosing interface:
Logger
public static interface Logger.Emitter
Finally emits the log message.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
emit
Finally emits the log message.- Parameters:
level- the logging levelname- the name of the loggermsg- the logging messageth- the throwable detailing the message (may be null)out- the target output stream
-