Skip to content

Logging in REstate

Ovan Crone edited this page Apr 11, 2018 · 1 revision

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!

Clone this wiki locally