Package org.apache.logging.log4j
Class EventLogger
java.lang.Object
org.apache.logging.log4j.EventLogger
Deprecated.
Convenience to log
StructuredDataMessage
s.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.Logs events with a level of ALL.static void
logEvent
(StructuredDataMessage msg, Level level) Deprecated.Logs events and specify the logging level.
-
Field Details
-
EVENT_MARKER
Deprecated.Defines the Event Marker.
-
-
Method Details
-
logEvent
Deprecated.Logs events with a level of ALL.- Parameters:
msg
- The event StructuredDataMessage.
-
logEvent
Deprecated.Logs events and specify the logging level.- Parameters:
msg
- The event StructuredDataMessage.level
- The logging Level.
-
Logger
acceptsStructuredDataMessage
s, users should use to that instead.