public static class LogServiceImpl.SystemLogger extends Object implements Consumer<BranchNode<?,LogEventNodeType>>, AutoCloseable
| Constructor and Description |
|---|
SystemLogger(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BranchNode<?,LogEventNodeType> logEvent) |
void |
close() |
public SystemLogger(Class<?> clazz)
public void accept(BranchNode<?,LogEventNodeType> logEvent)
accept in interface Consumer<BranchNode<?,LogEventNodeType>>public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020. All rights reserved.