| Package | Description |
|---|---|
| org.apache.logging.log4j |
Public API for Log4j 2.
|
| org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EventLogger.logEvent(StructuredDataMessage msg)
Logs events with a level of ALL.
|
static void |
EventLogger.logEvent(StructuredDataMessage msg,
Level level)
Logs events and specify the logging level.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredDataMessage |
StructuredDataMessage.newInstance(Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StructuredDataMessage> |
StructuredDataCollectionMessage.iterator() |
| Constructor and Description |
|---|
StructuredDataCollectionMessage(List<StructuredDataMessage> messages) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.