Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top