문제

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