C# Class Castle.Facilities.Logging.Tests.Facilities77.TestLoggerFactory

Inheritance: Castle.Core.Logging.AbstractLoggerFactory
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
NoArgsConstructorWasCalled bool

Public Methods

Method Description
Create ( string name ) : ILogger
Create ( string name, LoggerLevel level ) : ILogger
TestLoggerFactory ( ) : Castle.Core.Logging
TestLoggerFactory ( string configFile ) : Castle.Core.Logging

Method Details

Create() public method

public Create ( string name ) : ILogger
name string
return ILogger

Create() public method

public Create ( string name, LoggerLevel level ) : ILogger
name string
level LoggerLevel
return ILogger

TestLoggerFactory() public method

public TestLoggerFactory ( ) : Castle.Core.Logging
return Castle.Core.Logging

TestLoggerFactory() public method

public TestLoggerFactory ( string configFile ) : Castle.Core.Logging
configFile string
return Castle.Core.Logging

Property Details

NoArgsConstructorWasCalled public property

public bool NoArgsConstructorWasCalled
return bool