C# Class MediaPortalWrapper.Utils.Logger

Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Méthodes publiques

Méthode 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 méthode

public static Info ( string format ) : void
format string
Résultat void

Log() public static méthode

public static Log ( int logLevel, string format ) : void
logLevel int
format string
Résultat void

Log() public static méthode

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
Résultat void