C# Class Common.Logging.NullLogger

Inheritance: ILogger
Show file Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets Class Usage Examples

Public Methods

Method Description
Debug ( string format ) : void
Error ( Exception exception, string fmt ) : void
Error ( string fmt ) : void
Error ( string errorType, string format ) : void
Info ( string format ) : void
NullLogger ( ) : System
TraceApi ( string method, System.TimeSpan timespan ) : void
TraceApi ( string method, System.TimeSpan timespan, string format ) : void
TraceError ( Exception exception, string format ) : void
TraceError ( string errorType, string format ) : void
Warning ( Exception exception, string format ) : void
Warning ( string format ) : void

Method Details

Debug() public method

public Debug ( string format ) : void
format string
return void

Error() public method

public Error ( Exception exception, string fmt ) : void
exception System.Exception
fmt string
return void

Error() public method

public Error ( string fmt ) : void
fmt string
return void

Error() public method

public Error ( string errorType, string format ) : void
errorType string
format string
return void

Info() public method

public Info ( string format ) : void
format string
return void

NullLogger() public method

public NullLogger ( ) : System
return System

TraceApi() public method

public TraceApi ( string method, System.TimeSpan timespan ) : void
method string
timespan System.TimeSpan
return void

TraceApi() public method

public TraceApi ( string method, System.TimeSpan timespan, string format ) : void
method string
timespan System.TimeSpan
format string
return void

TraceError() public method

public TraceError ( Exception exception, string format ) : void
exception System.Exception
format string
return void

TraceError() public method

public TraceError ( string errorType, string format ) : void
errorType string
format string
return void

Warning() public method

public Warning ( Exception exception, string format ) : void
exception System.Exception
format string
return void

Warning() public method

public Warning ( string format ) : void
format string
return void