Comment by delaminator 2 months ago That's Linux C you're talking about. Many, many, many C codebases don't use syslog. 1 comment delaminator Reply BobbyTables2 2 months ago Exactly!At least Python has a standardized “logging” module where applications can control the format and destination.But with the standard C library, there is little common ground. Solutions to the same basic problems are constantly reinvented - differently.
BobbyTables2 2 months ago Exactly!At least Python has a standardized “logging” module where applications can control the format and destination.But with the standard C library, there is little common ground. Solutions to the same basic problems are constantly reinvented - differently.
Exactly!
At least Python has a standardized “logging” module where applications can control the format and destination.
But with the standard C library, there is little common ground. Solutions to the same basic problems are constantly reinvented - differently.