#nlog — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #nlog, aggregated by home.social.
-
Nikon and RED Launch New Creative LUTs for Nikon N-Log Video https://petapixel.com/2024/09/11/nikon-and-red-launch-new-creative-luts-for-nikon-n-log-video/ #Post-Processing #colorgrading #videoediting #Software #nikonred #nikon #video #News #LUTs #nlog #red
-
So I've done some C# [#csharp] today. I tried reproducing some things I really liked in the `tracing` crate in Rust:
- The module path to the function (the call site or something ?)
- Inline parameters as contextI tried #NLog. It works very well, but getting the call site was either performance expensive or I had to do a dance when logging stuff.
I checked out #Serilog, I haven't found something where the class logging the message would be written.
I tried #log4net. The doc is a bit lackluster (where the fsck is the API doc !?) but I was able to log the module calling the log function. Haven't tried with properties yet.
Do you have any #logging libs I should checkout or some examples on paw ?