ludodepaz
Contributor
since ‎10-25-2021
Monday

User Statistics

  • 39 Posts
  • 4 Solutions
  • 41 Kudos given
  • 37 Kudos received

User Activity

In a previous post, we saw how we can build a utility library to help us with typical logging tasks. However, there is a common problem when trying to represent the state of our processes in logs: it’s complicated to log non-string objects, even if t...
When I made the move to OneStream, one of the first things I understood and appreciated was logging. It is such a welcome change from legacy systems! You can easily log anything: text, the value of a variable, data, you name it. After a few years of ...
Logging with OneStream is great but when we all use the Error Log at the same time, things can get messy very quickly. Moreover, logging in a file instead of the Error Log can be very convenient when logging kickouts.The initial setup can be a little...
I showed it at Wave and share it with all of you: when you use JSON to log, you can log anything, not just strings, you can log a Dictionary, a list, a MemberInfo, even a Databuffer. First, you need to import JSON, add these 2 rows at the top of your...