public final class ApplicationInsightsLogEvent extends ApplicationInsightsEvent
| Constructor and Description |
|---|
ApplicationInsightsLogEvent(org.apache.log4j.spi.LoggingEvent event) |
| 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() |
addLogEventProperty, getFormattedDatepublic ApplicationInsightsLogEvent(org.apache.log4j.spi.LoggingEvent event)
public java.lang.String getMessage()
getMessage in class ApplicationInsightsEventpublic boolean isException()
isException in class ApplicationInsightsEventpublic java.lang.Exception getException()
getException in class ApplicationInsightsEventpublic java.util.Map<java.lang.String,java.lang.String> getCustomParameters()
getCustomParameters in class ApplicationInsightsEventpublic com.microsoft.applicationinsights.telemetry.SeverityLevel getNormalizedSeverityLevel()
getNormalizedSeverityLevel in class ApplicationInsightsEvent