Add logging to EventBus using the Platform Logging API

This commit is contained in:
2020-09-20 15:27:51 +02:00
parent 8cf51441ad
commit b6b73d335a
4 changed files with 35 additions and 5 deletions

View File

@ -108,7 +108,7 @@ To include it inside your project, just add the Maven repository and the depende
<dependency>
<groupId>dev.kske</groupId>
<artifactId>event-bus</artifactId>
<version>0.0.4</version>
<version>0.1.0</version>
</dependency>
</dependencies>
```