Anotar.CommonLogging.LogTo.Trace C# (CSharp) Méthode

Trace() public static méthode

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

Same methods

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