Anotar.Custom.LogTo.Trace C# (CSharp) Method

Trace() public static method

Writes the diagnostic message at the Trace level.
public static Trace ( ) : void
return void
        public static void Trace()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Trace ( Exception exception, Func message ) : void
LogTo::Trace ( Exception exception, string format ) : void
LogTo::Trace ( Func message ) : void
LogTo::Trace ( string message ) : void