C# Class GHI.Commons.Logging.ConsoleLogger

Inheritance: ILogEvents
显示文件 Open project: brandongrossutti/EventStore

Public Methods

Method Description
ConsoleLogger ( ) : System
Log ( string message, LogLevel level, Type type ) : void

Method Details

ConsoleLogger() public method

public ConsoleLogger ( ) : System
return System

Log() public method

public Log ( string message, LogLevel level, Type type ) : void
message string
level LogLevel
type System.Type
return void