Nikon's Z50 II Camera Adds Fuji-Like Styles and Robust Video Features

Nikon announced the Z50 II, its second-generation mirrorless APS-C crop-sensor camera that adds a dedicated Picture Control button.

PetaPixel
Nikon and RED Launch New Creative LUTs for Nikon N-Log Video

Nikon and RED make a wonderful pair.

PetaPixel

@tess omg. I knew I was #NLOG as a kid but the best language I had was “maybe a boy?” because I wasn’t even told trans people existed.

It took decades to feel comfortable asserting that actually, I’m just me: a person, un- or at least minimally and ideally not cis- gendered.

I am so happy for your kid and I hope they always feel comfortable expressing themselves 🥹

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 context

I 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 ?

Serilog vs log4net vs NLog - Detailed Comparison

When developing robust .NET applications, inevitably, you will need an efficient and reliable logging...

DEV Community
@antshockey using #NLog mostly in new projects. Works fine.