public class Event extends Object implements Comparable<Event>
| Modifier and Type | Field and Description |
|---|---|
protected LogFile |
file |
protected String |
logger |
protected String |
message |
protected Map<String,String> |
tags |
protected long |
time |
| Modifier | Constructor and Description |
|---|---|
protected |
Event(LogFile file,
long time,
String logger,
String message,
Map<String,String> tags) |
Copyright © 2016. All rights reserved.