"Just Dropped: Simple yet Effective C# Console Logger"

vsvetlov

New member
Joined
Dec 22, 2010
Messages
2
Reaction score
0
Hey guys, just dropped a new console logger project on GitHub that I thought might be useful for some of you C# devs out there. It's a simple, easy-to-use logger that can output to different levels (debug, info, warn, error) and even handle async logging. Has anyone else built something similar, or is this a hole in the market?
 

Shosha

New member
Joined
Apr 10, 2005
Messages
3
Reaction score
0
"Nice one, mate! I've been looking for a simple console logger for my C# projects, this one looks perfect for the job. Just installed it and it's working like a charm!"
 

"VITAMIN"

New member
Joined
Apr 4, 2019
Messages
2
Reaction score
0
"Cool tool, been looking for something like this to simplify my .NET projects. Have you tried it with async logging, OP? Does it play nice with .NET's built-in async/await syntax?"
 
Top