This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git
from ed0f17e Merge pull request #34 from apache/SLING-13224
add 220505c SLING-13212: Expose more structured information about
exceptions
add c1881b2 Add LogEntryListener that allows reading of the logs on a
push-based API
add ba21360 Address review: keep package API backwards compatible and
harden listener API
new c0ddda6 Merge pull request #33 from apache/logstore-extensions
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../logback/internal/store/LogStoreAppender.java | 12 ++---
.../log/logback/internal/store/LogStoreImpl.java | 18 +++++++
.../logback/internal/store/LogStoreRegistrar.java | 48 +++++++++++++++++
.../sling/commons/log/logback/store/LogEntry.java | 28 ++++++++++
.../LogEntryListener.java} | 24 +++++----
.../commons/log/logback/store/package-info.java | 2 +-
.../integration/ITLogStoreRegistrarLifecycle.java | 41 ++++++++++++++
.../internal/store/LogStoreAppenderTest.java | 24 +++++++++
.../logback/internal/store/LogStoreImplTest.java | 63 +++++++++++++++++++++-
9 files changed, 241 insertions(+), 19 deletions(-)
copy src/main/java/org/apache/sling/commons/log/logback/{ConfigProvider.java
=> store/LogEntryListener.java} (52%)