C# 클래스 Mono.Cecil.Inject.Logger

Logger. Works only in the DEBUG build.
파일 보기 프로젝트 열기: denikson/Mono.Cecil.Inject

공개 메소드들

메소드 설명
IsSet ( uint mask ) : bool

Checks whether a certaing logging flag is set.

SetLogMask ( uint mask ) : void

Sets the log mask on so that the log could write messages when it encounters this mask.

UnsetMask ( uint mask ) : void

Unsets the log mask on so that the log wouldn't output messages with the given mask.

비공개 메소드들

메소드 설명
Log ( uint mask, string message ) : void
LogLine ( uint mask ) : void
LogLine ( uint mask, string message ) : void
Logger ( ) : System

메소드 상세

IsSet() 공개 정적인 메소드

Checks whether a certaing logging flag is set.
public static IsSet ( uint mask ) : bool
mask uint The flag to check.
리턴 bool

SetLogMask() 공개 정적인 메소드

Sets the log mask on so that the log could write messages when it encounters this mask.
public static SetLogMask ( uint mask ) : void
mask uint The mask to set.
리턴 void

UnsetMask() 공개 정적인 메소드

Unsets the log mask on so that the log wouldn't output messages with the given mask.
public static UnsetMask ( uint mask ) : void
mask uint The mask to unset.
리턴 void