public class LoggerWriter extends Object implements SafeWriter
| Constructor and Description |
|---|
LoggerWriter(String loggerName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPendingData() |
void |
sendData() |
void |
write(char[] cbuf,
int off,
int len) |
public LoggerWriter(String loggerName)
public void write(char[] cbuf,
int off,
int len)
write in interface SafeWriterpublic void sendData()
sendData in interface SafeWriterpublic boolean hasPendingData()
hasPendingData in interface SafeWriterCopyright © 2022 Perfana. All rights reserved.