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

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

공개 메소드들

메소드 설명
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 e, Uri url ) : void

비공개 메소드들

메소드 설명
IWebSessionLogger ( Exception exception, System.Action cancel ) : void
Log ( string message ) : void

메소드 상세

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 e, Uri url ) : void
e Neutronium.Core.WebBrowserEngine.Window.ConsoleMessageArgs
url System.Uri
리턴 void