public class AsciiConsoleLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
initCapacity |
MsgBuilder[] |
msgBuilders |
| Constructor and Description |
|---|
AsciiConsoleLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMsgBuilder(MsgBuilder sink) |
void |
controlIdLogging(LogControlEvent control) |
void |
controlLevelLogging(LogControlEvent control) |
void |
controlTimeLogging(LogControlEvent control) |
void |
init() |
void |
publishMessage(MsgBuilder msg) |
void |
writeMetaMessage() |
public int initCapacity
public MsgBuilder[] msgBuilders
public void init()
public void addMsgBuilder(MsgBuilder sink)
public void controlIdLogging(LogControlEvent control)
public void controlTimeLogging(LogControlEvent control)
public void controlLevelLogging(LogControlEvent control)
public void publishMessage(MsgBuilder msg)
public void writeMetaMessage()
Copyright © 2019. All rights reserved.