C# Class Neutronium.Core.Infra.AddLoger

Inheritance: IWebSessionLogger
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue

Méthodes publiques

Méthode Description
AddLoger ( IWebSessionLogger logger1, IWebSessionLogger logger2 ) : System
Debug ( Func information ) : void
Debug ( string information ) : void
Error ( Func information ) : void
Error ( string information ) : void
Info ( Func information ) : void
Info ( string information ) : void
LogBrowser ( ConsoleMessageArgs information, Uri url ) : void
WebBrowserError ( Exception exception, System.Action cancel ) : void

Private Methods

Méthode Description
Do ( Action doOnLogger ) : void

Method Details

AddLoger() public méthode

public AddLoger ( IWebSessionLogger logger1, IWebSessionLogger logger2 ) : System
logger1 IWebSessionLogger
logger2 IWebSessionLogger
Résultat System

Debug() public méthode

public Debug ( Func information ) : void
information Func
Résultat void

Debug() public méthode

public Debug ( string information ) : void
information string
Résultat void

Error() public méthode

public Error ( Func information ) : void
information Func
Résultat void

Error() public méthode

public Error ( string information ) : void
information string
Résultat void

Info() public méthode

public Info ( Func information ) : void
information Func
Résultat void

Info() public méthode

public Info ( string information ) : void
information string
Résultat void

LogBrowser() public méthode

public LogBrowser ( ConsoleMessageArgs information, Uri url ) : void
information Neutronium.Core.WebBrowserEngine.Window.ConsoleMessageArgs
url System.Uri
Résultat void

WebBrowserError() public méthode

public WebBrowserError ( Exception exception, System.Action cancel ) : void
exception System.Exception
cancel System.Action
Résultat void