The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
RayKelly
2 years agoNew Contributor
Where Is Console.WriteLine Written To
I am debugging some business rules. I would like to add a Console.WriteLine, but I am not sure where that gets written to. I would like to avoid clogging up "Error Logs" and a simple MsgBox is not ...
Big_Rick_CPM
2 years agoContributor
To see any logged messaged, you need to have access to the 'System' tab. From there you can find the information in the System>Logging>Error Log. One quick note... make sure you remember to remove any error logging after testing is complete so there is not a performance issues.
Below is the method used:
brapi.ErrorLog.LogMessage(si, "I am logging a message")