C# 클래스 Pivotal.Redis.Aspnet.Session.Buildpack.ConsoleLogger

상속: ILogger
파일 보기 프로젝트 열기: cloudfoundry-community/redis-session-aspnet-buildpack

공개 메소드들

메소드 설명
WriteError ( string message, Exception exception = null ) : void
WriteLog ( string message ) : void

메소드 상세

WriteError() 공개 메소드

public WriteError ( string message, Exception exception = null ) : void
message string
exception Exception
리턴 void

WriteLog() 공개 메소드

public WriteLog ( string message ) : void
message string
리턴 void