public interface Message
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Message.Builder
The Builder used to create the message object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cefVersion()
Version of CEF the message is using.
|
String |
deviceEventClassId()
The internal event id for the message.
|
String |
deviceProduct()
The product that logged the message.
|
String |
deviceVendor()
Vendor of the device that logged the message.
|
String |
deviceVersion()
The version of the device that is logging the message.
|
Map<String,String> |
extensions()
Key value pairs of any extensions to the message.
|
String |
host()
Host for the message.
|
String |
name()
Name of the event.
|
String |
severity()
The severity of the message.
|
Date |
timestamp()
Timestamp for the message
|
Date timestamp()
String host()
int cefVersion()
String deviceVendor()
String deviceProduct()
String deviceVersion()
String deviceEventClassId()
String name()
String severity()
Copyright © 2017. All rights reserved.