Click here to Skip to main content
15,886,806 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: Logging, as in application level... Pin
Gary R. Wheeler22-Feb-21 12:08
Gary R. Wheeler22-Feb-21 12:08 
GeneralRe: Logging, as in application level... Pin
honey the codewitch22-Feb-21 12:12
mvahoney the codewitch22-Feb-21 12:12 
GeneralRe: Logging, as in application level... Pin
charlieg24-Feb-21 1:54
charlieg24-Feb-21 1:54 
GeneralRe: Logging, as in application level... Pin
Greg Utas22-Feb-21 11:40
professionalGreg Utas22-Feb-21 11:40 
GeneralRe: Logging, as in application level... Pin
charlieg24-Feb-21 1:56
charlieg24-Feb-21 1:56 
GeneralRe: Logging, as in application level... Pin
Eddy Vluggen22-Feb-21 12:01
professionalEddy Vluggen22-Feb-21 12:01 
GeneralRe: Logging, as in application level... Pin
Randor 22-Feb-21 12:14
professional Randor 22-Feb-21 12:14 
GeneralRe: Logging, as in application level... Pin
honey the codewitch22-Feb-21 12:32
mvahoney the codewitch22-Feb-21 12:32 
Randor wrote:
Combining it with a log only helps to find what the user was doing when the exception occured which might not be of interest.


This. I'm so glad you wrote this because it so succinctly describes what logging is for - tracking the user's movements through the app, rather than what the app is doing.

Now in my code on my jtagless embeddeds i have to log what the app is doing too, because i don't have a debugger, but generally - i'd say in most cases, you're right to bring this up.

If you're logging things other than the user's movement through the app you just might be using the wrong tool for the job.
Real programmers use butterflies

GeneralRe: Logging, as in application level... Pin
Randor 22-Feb-21 12:51
professional Randor 22-Feb-21 12:51 
GeneralRe: Logging, as in application level... Pin
honey the codewitch22-Feb-21 12:59
mvahoney the codewitch22-Feb-21 12:59 
GeneralRe: Logging, as in application level... Pin
Peter_in_278022-Feb-21 14:08
professionalPeter_in_278022-Feb-21 14:08 
GeneralRe: Logging, as in application level... Pin
Rick York22-Feb-21 19:22
mveRick York22-Feb-21 19:22 
GeneralRe: Logging, as in application level... Pin
Greg Utas23-Feb-21 0:14
professionalGreg Utas23-Feb-21 0:14 
GeneralRe: Logging, as in application level... Pin
BernardIE531722-Feb-21 20:37
BernardIE531722-Feb-21 20:37 
GeneralRe: Logging, as in application level... Pin
Greg Utas23-Feb-21 0:03
professionalGreg Utas23-Feb-21 0:03 
GeneralRe: Logging, as in application level... Pin
BernardIE531723-Feb-21 9:01
BernardIE531723-Feb-21 9:01 
GeneralRe: Logging, as in application level... Pin
Greg Utas23-Feb-21 9:09
professionalGreg Utas23-Feb-21 9:09 
GeneralRe: Logging, as in application level... Pin
BernardIE531723-Feb-21 10:21
BernardIE531723-Feb-21 10:21 
GeneralRe: Logging, as in application level... Pin
Greg Utas23-Feb-21 11:32
professionalGreg Utas23-Feb-21 11:32 
JokeRe: Logging, as in application level... Pin
Maximilien23-Feb-21 1:27
Maximilien23-Feb-21 1:27 
GeneralRe: Logging, as in application level... Pin
charlieg20-Mar-21 5:19
charlieg20-Mar-21 5:19 
Generaluse of build time Pin
BernardIE531722-Feb-21 10:18
BernardIE531722-Feb-21 10:18 
GeneralRe: use of build time Pin
charlieg22-Feb-21 10:28
charlieg22-Feb-21 10:28 
GeneralRe: use of build time Pin
Sander Rossel22-Feb-21 10:28
professionalSander Rossel22-Feb-21 10:28 
GeneralRe: use of build time Pin
Kornfeld Eliyahu Peter22-Feb-21 10:43
professionalKornfeld Eliyahu Peter22-Feb-21 10: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.