C# Class SharpLog.InMemoryLogger

Inheritance: SynchronousLogger
显示文件 Open project: prasannavl/SharpLog

Public Methods

Method Description
InMemoryLogger ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Execute ( Exception ex, string callerName ) : void
Execute ( LogLevel level, string text, string callerName ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() protected method

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

Execute() protected method

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

InMemoryLogger() public method

public InMemoryLogger ( ) : System
return System