C# 클래스 FullInspector.Internal.fiLog

파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
Blank ( ) : void
InsertAndClearMessagesTo ( List buffer ) : void
Log ( object tag, string message ) : void
Log ( object tag, string format, object arg0 ) : void
Log ( object tag, string format, object arg0, object arg1 ) : void
Log ( object tag, string format, object arg0, object arg1, object arg2 ) : void

비공개 메소드들

메소드 설명
GetTag ( object tag ) : string

메소드 상세

Blank() 공개 정적인 메소드

public static Blank ( ) : void
리턴 void

InsertAndClearMessagesTo() 공개 정적인 메소드

public static InsertAndClearMessagesTo ( List buffer ) : void
buffer List
리턴 void

Log() 공개 정적인 메소드

public static Log ( object tag, string message ) : void
tag object
message string
리턴 void

Log() 공개 정적인 메소드

public static Log ( object tag, string format, object arg0 ) : void
tag object
format string
arg0 object
리턴 void

Log() 공개 정적인 메소드

public static Log ( object tag, string format, object arg0, object arg1 ) : void
tag object
format string
arg0 object
arg1 object
리턴 void

Log() 공개 정적인 메소드

public static Log ( object tag, string format, object arg0, object arg1, object arg2 ) : void
tag object
format string
arg0 object
arg1 object
arg2 object
리턴 void