| Modifier and Type | Method and Description |
|---|---|
EventResources |
StructuredEventLog.newEventResources()
Create an new event resources object, which can be used across multiple
root events.
|
EventResources |
EventResources.resource(String key,
Object value)
Add a resource for the event.
|
EventResources |
EventResources.resource(String key,
Supplier<String> value)
Add a resource for the event using a supplier.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.resources(EventResources attrs)
Add resources for the event from an EventResources object.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.