C# Class Neutronium.Core.Log.NullLogger

Inheritance: IWebSessionLogger
Mostrar archivo Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
Error ( Func information ) : void
Info ( Func information ) : void
LogBrowser ( ConsoleMessageArgs iInformation, Uri url ) : void

Private Methods

Method Description
IWebSessionLogger ( ConsoleMessageArgs iInformation, Uri url ) : void
IWebSessionLogger ( Exception exception, System.Action cancel ) : void
IWebSessionLogger ( Func information ) : void
IWebSessionLogger ( string information ) : void

Method Details

Error() public method

public Error ( Func information ) : void
information Func
return void

Info() public method

public Info ( Func information ) : void
information Func
return void

LogBrowser() public method

public LogBrowser ( ConsoleMessageArgs iInformation, Uri url ) : void
iInformation Neutronium.Core.WebBrowserEngine.Window.ConsoleMessageArgs
url System.Uri
return void