C# Class CiapiNewsTest.MyLoggerFactoryAdapter

Inheritance: Common.Logging.Simple.AbstractSimpleLoggerFactoryAdapter
Show file Open project: cityindex-attic/CIAPI.Samples Class Usage Examples

Public Properties

Property Type Description
OnMessage Action

Public Methods

Method Description
MyLoggerFactoryAdapter ( NameValueCollection properties ) : System

Protected Methods

Method Description
CreateLogger ( string name, LogLevel level, bool showLevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : ILog

Method Details

CreateLogger() protected method

protected CreateLogger ( string name, LogLevel level, bool showLevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : ILog
name string
level LogLevel
showLevel bool
showDateTime bool
showLogName bool
dateTimeFormat string
return ILog

MyLoggerFactoryAdapter() public method

public MyLoggerFactoryAdapter ( NameValueCollection properties ) : System
properties System.Collections.Specialized.NameValueCollection
return System

Property Details

OnMessage public property

public Action OnMessage
return Action