C# Class DotNetWorkQueue.Logging.NullLoggerProvider

A NoOp logger
Inheritance: ILogProvider
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
GetLogger ( string name ) : System.Logger

Gets the specified named logger.

OpenMappedContext ( string key, string value ) : IDisposable

Opens a mapped diagnostics context. Not supported in EntLib logging.

OpenNestedContext ( string message ) : IDisposable

Opens a nested diagnostics context. Not supported in EntLib logging.

Method Details

GetLogger() public method

Gets the specified named logger.
public GetLogger ( string name ) : System.Logger
name string Name of the logger.
return System.Logger

OpenMappedContext() public method

Opens a mapped diagnostics context. Not supported in EntLib logging.
public OpenMappedContext ( string key, string value ) : IDisposable
key string A key.
value string A value.
return IDisposable

OpenNestedContext() public method

Opens a nested diagnostics context. Not supported in EntLib logging.
public OpenNestedContext ( string message ) : IDisposable
message string The message to add to the diagnostics context.
return IDisposable