C# 클래스 TestApp.Form1.FormLog

상속: ILog
파일 보기 프로젝트 열기: diogomafra/AppUpdater

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( string message ) : void
FormLog ( Action doLog, Type type ) : System
Info ( string message ) : void
Warn ( string message ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

FormLog() 공개 메소드

public FormLog ( Action doLog, Type type ) : System
doLog Action
type System.Type
리턴 System

Info() 공개 메소드

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

Warn() 공개 메소드

public Warn ( string message ) : void
message string
리턴 void