C# Class Codaxy.Common.Logging.DelegateLogAppender

Inheritance: ILogAppender
Exibir arquivo Open project: codaxy/common

Public Methods

Method Description
DelegateLogAppender ( ) : System
DelegateLogAppender ( Action logAction ) : System
Log ( LogEntry entry ) : void

Method Details

DelegateLogAppender() public method

public DelegateLogAppender ( ) : System
return System

DelegateLogAppender() public method

public DelegateLogAppender ( Action logAction ) : System
logAction Action
return System

Log() public method

public Log ( LogEntry entry ) : void
entry LogEntry
return void