public final class ApplicationInsightsLogEvent
extends com.microsoft.applicationinsights.internal.common.ApplicationInsightsEvent
| Constructor and Description |
|---|
ApplicationInsightsLogEvent(org.apache.logging.log4j.core.LogEvent logEvent) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getCustomParameters() |
java.lang.Exception |
getException() |
java.lang.String |
getMessage() |
com.microsoft.applicationinsights.telemetry.SeverityLevel |
getNormalizedSeverityLevel() |
boolean |
isException() |
public ApplicationInsightsLogEvent(org.apache.logging.log4j.core.LogEvent logEvent)
public java.lang.String getMessage()
getMessage in class com.microsoft.applicationinsights.internal.common.ApplicationInsightsEventpublic boolean isException()
isException in class com.microsoft.applicationinsights.internal.common.ApplicationInsightsEventpublic java.lang.Exception getException()
getException in class com.microsoft.applicationinsights.internal.common.ApplicationInsightsEventpublic java.util.Map<java.lang.String,java.lang.String> getCustomParameters()
getCustomParameters in class com.microsoft.applicationinsights.internal.common.ApplicationInsightsEventpublic com.microsoft.applicationinsights.telemetry.SeverityLevel getNormalizedSeverityLevel()
getNormalizedSeverityLevel in class com.microsoft.applicationinsights.internal.common.ApplicationInsightsEvent