public final class ApplicationInsightsLogEvent extends ApplicationInsightsEvent
| Constructor and Description |
|---|
ApplicationInsightsLogEvent(ch.qos.logback.classic.spi.ILoggingEvent loggingEvent) |
| 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(ch.qos.logback.classic.spi.ILoggingEvent loggingEvent)
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