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, getFormattedDate
public ApplicationInsightsLogEvent(ch.qos.logback.classic.spi.ILoggingEvent loggingEvent)
public java.lang.String getMessage()
getMessage
in class ApplicationInsightsEvent
public boolean isException()
isException
in class ApplicationInsightsEvent
public java.lang.Exception getException()
getException
in class ApplicationInsightsEvent
public java.util.Map<java.lang.String,java.lang.String> getCustomParameters()
getCustomParameters
in class ApplicationInsightsEvent
public com.microsoft.applicationinsights.telemetry.SeverityLevel getNormalizedSeverityLevel()
getNormalizedSeverityLevel
in class ApplicationInsightsEvent