gregoriusxu / booksleeve

Automatically exported from code.google.com/p/booksleeve
Other
0 stars 0 forks source link

Logging API #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Do you have any plan of append monitoring/profiling/logging API or other way?

I want to get request count, durations, etc.
and finally, integrate with MiniProfiler.

Original issue reported on code.google.com by ronronro...@gmail.com on 18 Apr 2013 at 7:32

GoogleCodeExporter commented 8 years ago
Does `GetCounters()` do what you need? Integrating with mini-profiler could be 
problematic because it doesn't work work well with concurrent-threaded code; I 
would recommend keeping that outside, personally.

Original comment by marc.gravell on 18 Apr 2013 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 26 Apr 2013 at 11:14