tplgy / bonefish

C++ WAMP application router that enables building applications from loosely-coupled components.
Apache License 2.0
55 stars 33 forks source link

Timestamped traces #50

Open pascal-simon opened 7 years ago

pascal-simon commented 7 years ago

Would be nice to have timestamped traces

davidchappelle commented 6 years ago

Agreed. I will take a quick look at adding support for this.

Livegen77 commented 6 years ago

Hello, I would be also interested by this feature. I could implement it and make a pull request. Should the timestamp be the time of the system (std::chrono::system_clock::now()) ? Or do we want a timestamp, which takes the start of the bonefish as reference ?