C# Class fs4net.Framework.NullLogger

Represents a logger that does nothing.
Inheritance: ILogger
Show file Open project: toroso/fs4net

Public Properties

Property Type Description
Instance ILogger

Public Methods

Method Description
LogSwallowedException ( string message, Exception exception ) : void

Private Methods

Method Description
NullLogger ( ) : System

Method Details

LogSwallowedException() public method

public LogSwallowedException ( string message, Exception exception ) : void
message string
exception System.Exception
return void

Property Details

Instance public static property

A logger that does nothing.
public static ILogger Instance
return ILogger