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

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

Writes the diagnostic message and exception at the Trace level.
public static TraceException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
Результат void
        public static void TraceException(Func<string> message, Exception exception)
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::TraceException ( string message, Exception exception ) : void