C# 클래스 Neutronium.Core.Log.NullLogger

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

공개 메소드들

메소드 설명
Error ( Func information ) : void
Info ( Func information ) : void
LogBrowser ( ConsoleMessageArgs iInformation, Uri url ) : void

비공개 메소드들

메소드 설명
IWebSessionLogger ( ConsoleMessageArgs iInformation, Uri url ) : void
IWebSessionLogger ( Exception exception, System.Action cancel ) : void
IWebSessionLogger ( Func information ) : void
IWebSessionLogger ( string information ) : void

메소드 상세

Error() 공개 메소드

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

Info() 공개 메소드

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

LogBrowser() 공개 메소드

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