Hi
There are three options for logging data in BPS.
The first one is properties args.Message and args.LogMessage - they are only available for CustomAction.
The data is available in the history of the workflow instance (LogMessage only in amin mode)
The second option is args.Context.Logger (AppendDebug (...) and AppendInfo (...)) - available in any kind of SDK plugin.
The data is visible in BPS Studio on the registered plugin, tab: Log . We can set there the manual log level (level Standard - logging only AppendInfo)
Additionally, we can turn on the automatic login of plugins configuration - the configuration data that the plugin has received from BPS will log in.
The data is available in BPS Studio on the grid under the login configuration.
The third option is WebCon.WorkFlow.SDK.Tools.Log.WriteToLog(...) - data is logged to EventLog: "Apllications and Services Log/WebCon WorkFlow", source: WebCon WorkFlow SDK