C# 클래스 SharpLog.InMemoryLogger

상속: SynchronousLogger
파일 보기 프로젝트 열기: prasannavl/SharpLog

공개 메소드들

메소드 설명
InMemoryLogger ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Execute ( Exception ex, string callerName ) : void
Execute ( LogLevel level, string text, string callerName ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 보호된 메소드

protected Execute ( Exception ex, string callerName ) : void
ex System.Exception
callerName string
리턴 void

Execute() 보호된 메소드

protected Execute ( LogLevel level, string text, string callerName ) : void
level LogLevel
text string
callerName string
리턴 void

InMemoryLogger() 공개 메소드

public InMemoryLogger ( ) : System
리턴 System