An NDoc Documented Class Library

TraceEx Members

Public Static Methods

Assert Checks for a condition and writes a message to the trace listeners in the Listeners collection if the condition is false.
Note    The message is only written if the TraceLevel for the calling module is set to TraceLevel.Error or higher.
WriteOverloaded. Writes a category name and message to the trace listeners in the Listeners collection.
WriteErrorOverloaded. Writes a category name and message to the trace listeners in the Listeners collection if the TraceLevel for the calling module is set to TraceLevel.Error or higher.
WriteException Writes a textual representation of the gives exception to the trace listeners in the Listeners collection.
Note    The message is only written if the TraceLevel for the calling module is set to TraceLevel.Error or higher.
WriteInfoOverloaded. Writes a category name and message to the trace listeners in the Listeners collection if the TraceLevel for the calling module is set to TraceLevel.Info or higher.
WriteVerboseOverloaded. Writes a category name and message to the trace listeners in the Listeners collection if the TraceLevel for the calling module is set to TraceLevel.Verbose.
WriteWarningOverloaded. Writes a category name and message to the trace listeners in the Listeners collection if the TraceLevel for the calling module is set to TraceLevel.Warning or higher.

Public Instance Constructors

TraceEx ConstructorInitializes a new instance of the TraceEx class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

TraceEx Class | Genghis.Diagnostics Namespace