BclExtras.Logger.Log C# (CSharp) Метод

Log() публичный статический Метод

public static Log ( LogItemType type, string category, string message, Exception ex ) : void
type LogItemType
category string
message string
ex System.Exception
Результат void
        public static void Log(LogItemType type, string category, string message, Exception ex)
        {
            LogCore(type, category, message, ex);
        }

Same methods

Logger::Log ( LogItem info, Exception ex ) : void