C# 클래스 JSNLog.ApplicationBuilderExtensions

파일 보기 프로젝트 열기: mperdeck/jsnlog

공개 메소드들

메소드 설명
UseJSNLog ( this builder, ILoggingAdapter loggingAdapter, JsnlogConfiguration jsnlogConfiguration = null ) : void

Normally, an ASP.NET 5 app would simply call this to insert JSNLog middleware into the pipeline. Note that the loggingAdapter is required, otherwise JSNLog can't hand off log messages. It can live without a configuration though (it will use default settings).

메소드 상세

UseJSNLog() 공개 정적인 메소드

Normally, an ASP.NET 5 app would simply call this to insert JSNLog middleware into the pipeline. Note that the loggingAdapter is required, otherwise JSNLog can't hand off log messages. It can live without a configuration though (it will use default settings).
public static UseJSNLog ( this builder, ILoggingAdapter loggingAdapter, JsnlogConfiguration jsnlogConfiguration = null ) : void
builder this
loggingAdapter ILoggingAdapter
jsnlogConfiguration JsnlogConfiguration
리턴 void