This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

ESAPI Logging

From OWASP
Revision as of 14:48, 11 December 2008 by Alexsmolen (talk | contribs) (Possible Enhancements)

Jump to: navigation, search

Feature Overview

The ESAPI Logger should promote secure logging functionality while allowing organizations to choose their own logging framework.

Possible Enhancements

  • Remove LogFactory interface. The ESAPI is a factory itself that can be used to select a logging implementation.
  • Change default log behavior to use classes rather than module names.