Francis Chung
Francis Chung
I've managed to run the sample project on VS2019 successfully without any issues. 
Hi there, I'd like to have a go at this. Any questions I have, I will raise in #2506
Hi there, I'd like to work on this if possible or not taken up by someone else
I was wondering what "a process" here in this context? Is this a process chocolatey has spawned, or chocolatey itself? When would this functionality be used to detect if a...
Hey @pauby , thanks for coming back to me. I picked this bug thinking it was a C# PR I could do (as part of a job interview), but it...
Hi, I've been playing with some experimental hacks for a few hours and I think the following format might be a good starting point? (Module.MethodName would be NLog's Module.MethodName where...
@snakefoot Thanks for the heads up on the This parameter, IInternalLoggerContext and InternalLoggerMessageEventArgs. I'll take a look at those as well as #5443.
I have managed to get some of the logs to utilise the ILoggingContext where available but there are plenty of calls where I'm not sure how to grab it from...
I'm also playing with a multi-line indenter that is currently outputting a long line into something shorter ``` 2024-03-06 15:31:24.7595 [ TRACE] Scanning Property RowHighlightingRules 'System.Collections.Generic.List`1[NLog.Targets.ConsoleRowHighlightingRule]' System.Collections.Generic.IList`1[NLog.Targets.ConsoleRowHighlightingRule] ```
@snakefoot, I have definitely noticed that the internal logger's logs are an incoherent collection of entries that is confusing and cognitively heavy to decipher. I think I will take out...