Project

General

Profile

Actions

Feature #7240

closed

Use WLogger as a façade for custom logger implementations?

Added by Roel Standaert over 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
09/16/2019
Due date:
% Done:

0%

Estimated time:

Description

Currently WServer's WLogger output can be sent to a file or to an ostream, and wthttp's access logger will log to either stderr or a file.

However, users may be using their own logging library, like Boost.Log, or POCO::Logger, directly using syslog(3), systemd's sd_journal_print, etc.

It should be possible to let them implement some interface or callback, so they can process logs however they see fit.

#9

Updated by Roel Standaert about 5 years ago

  • Target version set to 4.3.0
#10

Updated by Roel Standaert about 5 years ago

  • Status changed from New to Resolved
#11

Updated by Roel Standaert about 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF