-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add eventMap() method to InMemoryAppender (#445)
* This method is copied from kiwi-beta, which has its own InMemoryAppender class. Eventually, this class can be made public and supersede that one. * Change from collect(toList()) in orderedEvents and orderedEventMessages to toList() as the terminal method. The returned lists should not be modifiable.
- Loading branch information
1 parent
f8191bc
commit bea2674
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters