Uses of Interface
org.apache.pulsar.structuredeventlog.Event
Packages that use Event
Package
Description
-
Uses of Event in org.apache.pulsar.structuredeventlog
Methods in org.apache.pulsar.structuredeventlog that return EventModifier and TypeMethodDescriptionEvent.atError()Log this event at the error level.Event.atInfo()Log this event at the info level (the default).Add an attribute for the event.Add an attribute for the event using a supplier.Event.atWarn()Log this event at the warn level.Attach an exception to the event.Event.newChildEvent()Create a new child event.StructuredEventLog.newRootEvent()Create a new root event.Set the parent ID of the event.Add a resource for the event.Add a resource for the event using a supplier.Event.resources(EventResources attrs) Add resources for the event from an EventResources object.Mark this event as sampled.Event.timed()Mark this event as timed.Set the trace ID of the event.StructuredEventLog.unstash()Retrieves an event from the call stack. -
Uses of Event in org.apache.pulsar.structuredeventlog.log4j2
Methods in org.apache.pulsar.structuredeventlog.log4j2 that return EventModifier and TypeMethodDescriptionLog4j2StructuredEventLog.newRootEvent()Log4j2StructuredEventLog.unstash() -
Uses of Event in org.apache.pulsar.structuredeventlog.slf4j
Methods in org.apache.pulsar.structuredeventlog.slf4j that return EventModifier and TypeMethodDescriptionSlf4jStructuredEventLog.newRootEvent()Slf4jStructuredEventLog.unstash()