C# Class CqlSharp.Logging.LoggerManager

Exibir arquivo Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method Description
GetLogger ( string name ) : Logger

Gets a logger instance with the specified name.

LoggerManager ( string loggerFactoryName, LogLevel level ) : System

Method Details

GetLogger() public method

Gets a logger instance with the specified name.
public GetLogger ( string name ) : Logger
name string The name.
return Logger

LoggerManager() public method

public LoggerManager ( string loggerFactoryName, LogLevel level ) : System
loggerFactoryName string
level LogLevel
return System