C# Class MediaPortalWrapper.Utils.Logger

Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
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".

Method Details

Info() public static method

public static Info ( string format ) : void
format string
return void

Log() public static method

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

Log() public static method

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
return void