public abstract class MsgBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
initCapacity |
int |
logLevel |
MsgSink |
msgSink |
String |
name |
| Constructor and Description |
|---|
MsgBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEvent() |
boolean |
controlLogIdFilter(LogControlEvent control) |
boolean |
controlLogLevelFilter(LogControlEvent control) |
void |
copyAsAscii(byte[] target) |
String |
getName() |
void |
init() |
boolean |
isGoodToLog() |
int |
length() |
void |
setMsgSink(MsgSink msgSink) |
public String name
public int logLevel
public MsgSink msgSink
public int initCapacity
public String getName()
public boolean isGoodToLog()
public int length()
public void copyAsAscii(byte[] target)
public void setMsgSink(MsgSink msgSink)
public boolean controlLogIdFilter(LogControlEvent control)
public boolean controlLogLevelFilter(LogControlEvent control)
public void afterEvent()
public void init()
Copyright © 2019. All rights reserved.