public class LogEntry extends Object
| Constructor and Description |
|---|
LogEntry() |
LogEntry(Channel channel,
String description,
int logLevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogValue(String value,
ChannelAttribute channelAttribute) |
Channel |
getChannel() |
String |
getDescription() |
int |
getLogLevel() |
List<LogValue> |
getLogValues() |
void |
setChannel(Channel channel) |
void |
setDescription(String description) |
void |
setLogLevel(int logLevel) |
void |
setLogValues(List<LogValue> logValues) |
String |
toString() |
public Channel getChannel()
public void setChannel(Channel channel)
public String getDescription()
public void setDescription(String description)
public int getLogLevel()
public void setLogLevel(int logLevel)
public void addLogValue(String value, ChannelAttribute channelAttribute)
Copyright © 2014 Thomas Struller-Baumann. All Rights Reserved.