SharpScriptBasePrint(Priority, String, String) Method |
Prints a message with the defined
Priority Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax 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