C# Class Microsoft.ApplicationInsights.Log4NetAppender.Tests.ApplicationInsightsAppenderTests

Show file Open project: Microsoft/ApplicationInsights-dotnet-logging Class Usage Examples

Private Methods

Method Description
Cleanup ( ) : void
CustomMessageIsAddedToExceptionTelemetryCustomProperties ( ) : void
GetAllInnerExceptions ( Exception ex ) : IEnumerable
Initialize ( ) : void
InitializeAppenderDoesNotThrowLogExceptionWhenInstrumentationKeyIsCorrect ( ) : void
InitializeAppenderNotFailingWhenInstrumentionKeyIsEmptyString ( ) : void
InitializeLog4NetAIAdapter ( string adapterComponentIdSnippet ) : void
InstrumentationKeyCanBeOverridden ( ) : void
Log4NetAddsCustomProperties ( ) : void
Log4NetAddsCustomPropertiesToTraceTelemetry ( ) : void
Log4NetDoesNotAddPropertiesPropertiesWithPrefix ( ) : void
Log4NetSendsExceptionToExceptionTelemetry ( ) : void
Log4NetSetsErrorSeverityLevelToTraceTelemetry ( ) : void
Log4NetSetsFatalSeverityLevelToTraceTelemetry ( ) : void
Log4NetSetsInformationSeverityLevelToTraceTelemetry ( ) : void
Log4NetSetsTimespamp ( ) : void
Log4NetSetsUser ( ) : void
Log4NetSetsVerboseSeverityLevelToTraceTelemetry ( ) : void
Log4NetSetsWarningSeverityLevelToTraceTelemetry ( ) : void
SdkVersionIsCorrect ( ) : void
SendMessagesToMockChannel ( string instrumentationKey ) : void
TelemetryIsAcceptedByValidateEndpoint ( ) : void
TracesAreEnqueuedInChannel ( ) : void
ValidateLoggingIsWorking ( ) : void
VerifyInitializationError ( System.Action testAction, int logCount, Type exceptionType ) : void
VerifyInitializationSuccess ( System.Action testAction, string expectedInstrumentationKey ) : void
VerifyPropertiesInTelemetry ( ) : void