C# Класс MediaPortalWrapper.Utils.Logger

Показать файл Открыть проект

Открытые методы

Метод Описание
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