Commit Graph

8 Commits

Author SHA1 Message Date
Chad
b8540ca128 Improve speed and reduce allocations by implementing logger overloads to avoid params [] allocation (#8917)
* Implement logger overloads to avoid params [] allocation

* Implement console logger ILogger

* Call correct signature

* Fix exceptions

* Introduce ILogger2

* fix logger reference

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-02-22 08:22:49 +10:00
Stephan
e6d5af5c3a Fix DisposableTimer messages 2018-09-27 10:51:29 +02:00
Stephan
16eab3eb49 Cleanup DisposableTimer log messages 2018-09-20 17:26:10 +02:00
Warren Buckley
4184b277aa Reduce the number of different properties, for the timing based logs for the duration in milliseconds to be consistently called 'Duration' 2018-09-06 20:38:03 +01:00
Stephan
4a32eebb0b Cleanup logging 2018-08-30 19:08:55 +02:00
Shannon
94cbe3b1b8 updates timing id 2018-08-28 15:40:20 +10:00
Warren
9e996c68bb Refactored the error params, so that exception is before the message/template so its more in sync with Serilog signature & was an easy way to find some more logs I missed too 2018-08-17 15:41:58 +01:00
Warren
404e79dd3f Move DisposableTimer into Umbraco.Core.Logging - as it seems to be only related to logging 2018-08-14 13:22:44 +01:00