Anotar.MetroLog.LogTo.Trace C# (CSharp) Метод

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

Writes the diagnostic message at the Trace level.
public static Trace ( ) : void
Результат void
        public static void Trace()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Trace ( Func message ) : void
LogTo::Trace ( string message ) : void