C# Class Contrive.Common.Extensions.LoggingExtensions

Show file Open project: alanstevens/Contrive

Public Properties

Property Type Description
ExceptionLogger Exception>.Action

Private Methods

Method Description
LogDebug ( this loggingContext, string message ) : void
LogException ( this loggingContext, Exception ex ) : void
LogException ( this loggingContext, string message, Exception ex ) : void
LogInfo ( this loggingContext, string message ) : void
Trace ( this loggingContext, string message ) : void

Property Details

ExceptionLogger public static property

public static Action ExceptionLogger
return Exception>.Action