C# 클래스 dotlesscss.com.HttpContextLogger

상속: dotless.Core.Loggers.Logger
파일 보기 프로젝트 열기: dotless/dotlesscss.com

공개 메소드들

메소드 설명
GetLog ( System.Web.HttpContextBase context ) : string
HttpContextLogger ( IHttp http, LogLevel level ) : System.Web

보호된 메소드들

메소드 설명
Log ( string message ) : void

메소드 상세

GetLog() 공개 정적인 메소드

public static GetLog ( System.Web.HttpContextBase context ) : string
context System.Web.HttpContextBase
리턴 string

HttpContextLogger() 공개 메소드

public HttpContextLogger ( IHttp http, LogLevel level ) : System.Web
http IHttp
level LogLevel
리턴 System.Web

Log() 보호된 메소드

protected Log ( string message ) : void
message string
리턴 void