public interface LogService
LogControlEvent.setLogService(LogService) to
create a control message and publish to the SEP.| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence msg) |
void |
error(CharSequence msg) |
void |
fatal(CharSequence msg) |
void |
info(CharSequence msg) |
void |
trace(CharSequence msg) |
void |
warn(CharSequence msg) |
void trace(CharSequence msg)
void debug(CharSequence msg)
void info(CharSequence msg)
void warn(CharSequence msg)
void error(CharSequence msg)
void fatal(CharSequence msg)
Copyright © 2019. All rights reserved.