LoggingProfilingDataHandler

A data handler that occasionally emits profiling data via log messages. You can configure the log level that profiling messages are emitted at, as well as how many requests to cache for aggregate data, and how often to emit a detailed message with aggregate statistics.

class LoggingProfilingDataHandler : ProfilingDataHandler {}