389ds / 389-ds-base

The enterprise-class Open Source LDAP server for Linux
https://www.port389.org/
Other
213 stars 94 forks source link

Remove logging macros #6401

Open mreynolds389 opened 1 week ago

mreynolds389 commented 1 week ago

Issue Description

We have these LOG_WRITE macros that are no longer needed. There were used when we still supported Windows NT, and older UNIX platforms.

The code will easier to read and maintain if we move these macros to standard functions.