Hi,
I presume you were talking about logging custom workflow activity error to event log? There is nothing out-of-the-box that allows you to re-direct those error messages to event log. But You could reference System.Diagnostics within the code and write
the messages to event log with EventLog.WriteEntry inside the catch block (with the assumption that you are not using Online).
Ronald
Ronald