Commit Graph

7 Commits

Author SHA1 Message Date
delvh 9bf28acfcb Added improved logging capabilities 2020-06-13 22:36:52 +02:00
Kai S. K. Engelbart 86d437760d Normalized since tags to fit envoy-common and envoy-server
Envoy vXXX -> Envoy Client vXXX
2020-03-23 21:52:59 +01:00
Kai S. K. Engelbart 930d1cebe1 Migrated configuration and logging to Envoy Common (#113)
* Moved client specific configuration to ClientConfig

* Finished ClientConfig integration, checking init state in EnvoyLog

* Migrated Config, ConfigItem and EnvoyLog to envoy-common

* Updated envoy-common dependency to develop-SNAPSHOT
2020-03-05 14:27:40 +01:00
Kai S. K. Engelbart 5f9ebd4c43 Fixed logger level configuration, using logger hierarchy
Loggers are now created with a class object
2020-02-18 07:16:35 +01:00
Kai S. K. Engelbart 84e350c02e Removed event handler casts, simplified logging statements 2020-02-12 06:12:04 +01:00
Kai S. K. Engelbart 58b9ac8081 Updating status of received messages to RECEIVED 2020-02-05 16:12:10 +01:00
delvh 76a9e2c043 Moved Receiver + ReceivedMessageProcessor in the net package
additionally added serialVersionUIDs for the Event classes
2020-02-02 13:44:10 +01:00