Ticket #4 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Logger configuration enhancements

Reported by: mekstran Assigned to: mekstran
Priority: trivial Milestone:
Component: Goanna Version:
Keywords: Cc:
Blocking:

Description (Last modified by mekstran)

A -logfile option to specify a file for logging output would be nice.

Likewise, a log config file mechanism. See CommanderIdeas#LoggerConfigFile? for more details

Change History

03/15/06 22:42:53 changed by mekstran

  • type changed from defect to enhancement.

03/16/06 18:47:29 changed by mekstran

  • status changed from new to assigned.
  • description changed.

This would most likely involve breaking apart ConfigEngine?. A core ConfigManager? could be put in libsssapp, and ConfigEngine? made a subclass thereof.

This would also have the effect (advantage?) of making the config engine use std::string throughout (since libsssapp doesn't use ustring's).

05/02/06 16:26:55 changed by mekstran

  • priority changed from minor to trivial.

05/10/06 15:20:31 changed by mekstran

This would probably be best implemented as a Perl script system, so that more complex filtering can be done. An ssslogproc utility that filters output, most likely.

05/10/06 17:16:46 changed by mekstran

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [404]) Closes #4. This filter script implements a robust and flexible log filter language for SSSApp log output.