C# Class Neutronium.WebBrowserEngine.CefGlue.Helpers.Log.NoLogger

Inheritance: ILogger
Datei anzeigen Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
Debug ( string message ) : void
DebugException ( string message, Exception exception ) : void
Error ( string message ) : void
ErrorException ( string message, Exception exception ) : void
Fatal ( string message ) : void
FatalException ( string message, Exception exception ) : void
Info ( string message ) : void
InfoException ( string message, Exception exception ) : void
Trace ( string message ) : void
TraceException ( string message, Exception exception ) : void
Warn ( string message ) : void
WarnException ( string message, Exception exception ) : void

Method Details

Debug() public method

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

DebugException() public method

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

Error() public method

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

ErrorException() public method

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

Fatal() public method

public Fatal ( string message ) : void
message string
return void

FatalException() public method

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

Info() public method

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

InfoException() public method

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

Trace() public method

public Trace ( string message ) : void
message string
return void

TraceException() public method

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

Warn() public method

public Warn ( string message ) : void
message string
return void

WarnException() public method

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