Monday, October 09, 2017

What to Look for in a Logging Framework

DZone Database Zone
What to Look for in a Logging Framework
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:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...