C# 클래스 Neutronium.Core.Infra.AddLoger

상속: IWebSessionLogger
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Do ( Action doOnLogger ) : void

메소드 상세

AddLoger() 공개 메소드

public AddLoger ( IWebSessionLogger logger1, IWebSessionLogger logger2 ) : System
logger1 IWebSessionLogger
logger2 IWebSessionLogger
리턴 System

Debug() 공개 메소드

public Debug ( Func information ) : void
information Func
리턴 void

Debug() 공개 메소드

public Debug ( string information ) : void
information string
리턴 void

Error() 공개 메소드

public Error ( Func information ) : void
information Func
리턴 void

Error() 공개 메소드

public Error ( string information ) : void
information string
리턴 void

Info() 공개 메소드

public Info ( Func information ) : void
information Func
리턴 void

Info() 공개 메소드

public Info ( string information ) : void
information string
리턴 void

LogBrowser() 공개 메소드

public LogBrowser ( ConsoleMessageArgs information, Uri url ) : void
information Neutronium.Core.WebBrowserEngine.Window.ConsoleMessageArgs
url System.Uri
리턴 void

WebBrowserError() 공개 메소드

public WebBrowserError ( Exception exception, System.Action cancel ) : void
exception System.Exception
cancel System.Action
리턴 void