public class Log extends Object
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLevel() |
String |
getMessage() |
String |
getsourceID() |
String |
getTimestamp() |
String |
getType() |
void |
setLevel(String level) |
void |
setMessage(String message) |
void |
setsourceID(String sourceID) |
void |
setTimestamp(String timestamp) |
void |
setType(String type) |
public String getsourceID()
public void setsourceID(String sourceID)
public String getTimestamp()
public void setTimestamp(String timestamp)
public String getLevel()
public void setLevel(String level)
public String getType()
public void setType(String type)
public String getMessage()
public void setMessage(String message)
Copyright © 2019. All rights reserved.