Click or drag to resize

SharpScriptBasePrint(Priority, String, String) Method

Prints a message with the defined Priority

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected void Print(
	Priority priority,
	string message,
	string methodName = null
)

Parameters

priority  Priority
Priority
message  String
Messsage
methodName  String  (Optional)
Name of the method which calls the message
See Also