mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> Custom_Tracer >> Add_Trace Method >> Add_Trace (String, String, Custom_Trace_Type_Enum)

Custom_Tracer.Add_Trace Method (String, String, Custom_Trace_Type_Enum)



Adds a trace message to the building list of traces


Namespace: SobekCM.Tools
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public void Add_Trace(
	string Method,
	string Message,
	Custom_Trace_Type_Enum Message_Type
)

Parameters

Method
Type: System..::..String
Method from which this trace call was executed
Message
Type: System..::..String
Message to add to trace
Message_Type
Type: SobekCM.Tools..::..Custom_Trace_Type_Enum
Type of message

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )