iteratec / OpenSpeedMonitor

Open Source Web Performance Monitoring. Made by iteratec.
Apache License 2.0
128 stars 26 forks source link

Indentation depth as enum #343

Closed DanielSteger closed 4 years ago

DanielSteger commented 4 years ago

The PerformanceLoggingService logs among other things the indentation depth of a method. This indentation depth is a number (starting from 0) and has so far also been stated as a number. However, the indentation depth is to be mapped as an enum in the PerformanceLoggingService (with number as value).