Logger.IsLogTypeAllowed

매뉴얼로 전환
public bool IsLogTypeAllowed (LogType logType);

파라미터

logTypeThe type of the log message.

반환

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

설명

Check logging is enabled based on the LogType.

Return true based on Logger.filterLogType and Logger.logEnabled.