C# 클래스 MediaPortalWrapper.Utils.Logger

파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
Info ( string format ) : void
Log ( int logLevel, string format ) : void
Log ( string format ) : void

Wrapper for low level trace logging. To get log entries the assembly has to be compiled with TRACE_LOG and MP2 log level needs to be set to "ALL".

메소드 상세

Info() 공개 정적인 메소드

public static Info ( string format ) : void
format string
리턴 void

Log() 공개 정적인 메소드

public static Log ( int logLevel, string format ) : void
logLevel int
format string
리턴 void

Log() 공개 정적인 메소드

Wrapper for low level trace logging. To get log entries the assembly has to be compiled with TRACE_LOG and MP2 log level needs to be set to "ALL".
public static Log ( string format ) : void
format string
리턴 void