You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REstate employs a nifty library that gets embedded as a single file called LibLog which allows a library to automatically detect which logging library the calling code uses, and write to that (Serilog, Log4Net, etc).
We do our best to be restrictive with our log message levels to strike a balance of providing helpful debugging information while not forcing our logs on you. If you find we didn't balance those well enough, please file an issue and we can update that accordingly!