Вопрос

Where Glimpse stores data shown in his tabs? I find the data is got server-side, but I cannot identify the storage place for this the data?

Это было полезно?

Решение

Glimpse stores the collected information in an in memory persistence store by default.

This in memory store keeps track of the last 25 requests that have been stored.

You can always replace this default persistence store with your own by implementing the IPersistenceStore interface and registering your own IServiceLocator implementation that returns this alternate persistence store.

There is an example here on how to do that for the default logger.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top