public class SystemOutLogOutput extends java.lang.Object implements ILogOutput
| Constructor and Description |
|---|
SystemOutLogOutput() |
| 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.