public class SLF4JLogOutput extends java.lang.Object implements ILogOutput
| Constructor and Description |
|---|
SLF4JLogOutput(org.slf4j.Logger aLog) |
| Modifier and Type | Method and Description |
|---|---|
void |
out(java.lang.String message)
Writes the message to the logging stream (file, sysout, whatever).
|
public void out(java.lang.String message)
ILogOutputout in interface ILogOutputmessage - the message to write.Copyright © 2010-2020 anotheria.net. All Rights Reserved.