C# Class CqlSharp.Logging.NullLoggerFactory

Inheritance: ILoggerFactory
Show file Open project: reuzel/CqlSharp

Public Methods

Method Description
CreateLogger ( string name ) : ILogger

Creates a logger implementation.

Method Details

CreateLogger() public method

Creates a logger implementation.
public CreateLogger ( string name ) : ILogger
name string The name.
return ILogger