Click here to Skip to main content
15,891,597 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: is NLog still popular? Pin
Southmountain22-Mar-22 8:22
Southmountain22-Mar-22 8:22 
GeneralRe: is NLog still popular? Pin
Pete O'Hanlon22-Mar-22 8:50
mvePete O'Hanlon22-Mar-22 8:50 
GeneralRe: is NLog still popular? Pin
Slacker00722-Mar-22 9:04
professionalSlacker00722-Mar-22 9:04 
GeneralRe: is NLog still popular? Pin
Marc Clifton22-Mar-22 10:06
mvaMarc Clifton22-Mar-22 10:06 
GeneralRe: is NLog still popular? Pin
Slacker00722-Mar-22 10:49
professionalSlacker00722-Mar-22 10:49 
GeneralRe: is NLog still popular? Pin
Marc Clifton22-Mar-22 12:09
mvaMarc Clifton22-Mar-22 12:09 
GeneralRe: is NLog still popular? Pin
Southmountain22-Mar-22 12:06
Southmountain22-Mar-22 12:06 
GeneralRe: is NLog still popular? Pin
Johannes B. Latzel22-Mar-22 22:42
Johannes B. Latzel22-Mar-22 22:42 
Generally it is useful to use logging on different levels and enable/disable the levels as needed. There might be no need to see any informational messages in certain applications until there is a certain error that you want to inspect. In other cases it might be useful to see verbose things like "user x did action y" all the time. As a rule of thumb I would only log things to which I had a specific use-case in mind or things I knew from experience that they help down the line.

Regarding if logging should be done in general: Yes, please. As someone who writes and uses tools that go through logs all the time I am very grateful for applications that log well - meaning not too much, but at least all errors and warnings.

If you use Windows then you could think about writing events to an eventlog instead of writing text files tho.
GeneralRe: is NLog still popular? Pin
Southmountain23-Mar-22 7:22
Southmountain23-Mar-22 7:22 
GeneralRe: is NLog still popular? Pin
Kirk 1038982124-Mar-22 6:55
Kirk 1038982124-Mar-22 6:55 
GeneralRe: is NLog still popular? Pin
pkfox22-Mar-22 11:44
professionalpkfox22-Mar-22 11:44 
GeneralRe: is NLog still popular? Pin
PIEBALDconsult22-Mar-22 14:16
mvePIEBALDconsult22-Mar-22 14:16 
GeneralRe: is NLog still popular? Pin
Southmountain22-Mar-22 14:33
Southmountain22-Mar-22 14:33 
GeneralRe: is NLog still popular? Pin
charlieg26-Mar-22 7:54
charlieg26-Mar-22 7:54 
GeneralWhy would I use Azure? Pin
Slow Eddie22-Mar-22 3:20
professionalSlow Eddie22-Mar-22 3:20 
GeneralRe: Why would I use Azure? Pin
OriginalGriff22-Mar-22 4:31
mveOriginalGriff22-Mar-22 4:31 
GeneralRe: Why would I use Azure? PinPopular
lmoelleb22-Mar-22 5:12
lmoelleb22-Mar-22 5:12 
GeneralRe: Why would I use Azure? Pin
frostcox23-Mar-22 4:49
frostcox23-Mar-22 4:49 
GeneralRe: Why would I use Azure? Pin
jochance23-Mar-22 5:00
jochance23-Mar-22 5:00 
GeneralRe: Why would I use Azure? Pin
frostcox23-Mar-22 5:27
frostcox23-Mar-22 5:27 
GeneralRe: Why would I use Azure? Pin
lmoelleb25-Mar-22 0:31
lmoelleb25-Mar-22 0:31 
GeneralRe: Why would I use Azure? Pin
jochance24-Apr-22 16:11
jochance24-Apr-22 16:11 
GeneralRe: Why would I use Azure? Pin
lmoelleb24-Mar-22 0:34
lmoelleb24-Mar-22 0:34 
GeneralRe: Why would I use Azure? Pin
Bruce Patin23-Mar-22 5:37
Bruce Patin23-Mar-22 5:37 
GeneralRe: Why would I use Azure? Pin
lmoelleb23-Mar-22 21:43
lmoelleb23-Mar-22 21:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.