| Package | Description |
|---|---|
| aot.view |
| Modifier and Type | Field and Description |
|---|---|
protected LogFile |
Event.file |
| Modifier and Type | Method and Description |
|---|---|
LogFile |
Event.getFile() |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<Long,LogFile> |
Layer.getFiles() |
TreeMap<Long,LogFile> |
Layer.getFiles(long beginTime,
long endTime) |
Iterator<LogFile> |
Layer.iterator() |
| Constructor and Description |
|---|
BinaryEvent(LogFile file,
long time,
String logger,
String message,
Map<String,String> tags,
String binaryType,
byte[] binaryData) |
Event(LogFile file,
long time,
String logger,
String message,
Map<String,String> tags) |
ExceptionEvent(LogFile file,
long time,
String logger,
String message,
Map<String,String> tags,
String binaryType,
byte[] binaryData,
String exceptionType,
String exceptionMessage,
String exceptionStackTrace) |
StartEvent(LogFile file,
long time,
String logger,
String message,
Map<String,String> tags,
String application,
String version,
String instance,
String id,
Map<String,String> manifestAttributes,
Map<String,String> systemProperties,
Map<String,String> environmentProperties,
String securityManager) |
Copyright © 2016. All rights reserved.