Version: 2017.1

Logger.IsLogTypeAllowed

Cambiar al Manual
public bool IsLogTypeAllowed (LogType logType);

Parámetros

logType The type of the log message.

Valor de retorno

bool Retrun true in case logs of LogType will be logged otherwise returns false.

Descripción

Check logging is enabled based on the LogType.

Devuelve true basándose en Logger.filterLogType y Logger.logEnabled.