You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sh...@apache.org on 2019/05/27 16:24:19 UTC

[logging-log4j-audit] 01/01: Merge pull request #20 from apache/LOG4J2-2579

This is an automated email from the ASF dual-hosted git repository.

shadow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git

commit 9479508902be537397b439065fb5ad31c0ee1a9c
Merge: e894440 7f312d2
Author: Andrei Ivanov <an...@gmail.com>
AuthorDate: Mon May 27 19:24:14 2019 +0300

    Merge pull request #20 from apache/LOG4J2-2579
    
    LOG4J2-2579

 .../logging/log4j/audit/AbstractEventLogger.java   |  7 ++---
 .../logging/log4j/audit/LogEventFactory.java       | 33 ++++++++++++++--------
 .../logging/log4j/audit/annotation/EventName.java  | 15 ++++++++++
 .../logging/log4j/audit/annotation/MaxLength.java  |  2 +-
 .../log4j/audit/generator/InterfacesGenerator.java |  3 ++
 .../logging/log4j/audit/AuditLoggerTest.java       | 10 +++----
 .../audit/{LoginTest.java => LogoutTest.java}      | 14 ++++-----
 .../apache/logging/log4j/audit/TransferTest.java   |  1 +
 .../log4j/audit/event/{Login.java => Logout.java}  |  4 ++-
 src/changes/changes.xml                            |  3 ++
 10 files changed, 62 insertions(+), 30 deletions(-)