DZone Database Zone
What to Look for in a Logging Framework
If you've spent any amount of time in the software industry, you've probably bumped up against logging. Maybe you first encountered it as a way to debug your program as you worked, printing "you are here" messages. Go much beyond that, especially in 2017, and your logging efforts likely graduate to the use of a logging framework.
What Is a Logging Framework? Let's Get Precise.So what marks this distinction? When do you go from newbie printing out "got into the Calculate() method" to the user of a logging framework? To understand that, let's define logging framework.
No comments:
Post a Comment