I'm not worried about the Climb Level - there's a fixed set of these. The log file will contain the "text" version - same as accuracy.
But for ClimbPosition, we'll want to log the ID (int), not the text. It also gives us the ability to "quickly" add new positions that we want to log. It also makes it easier to map an integer back to the description when we do strategy in a gSheet.
I'm not worried about the Climb Level - there's a fixed set of these. The log file will contain the "text" version - same as accuracy.
But for ClimbPosition, we'll want to log the ID (int), not the text. It also gives us the ability to "quickly" add new positions that we want to log. It also makes it easier to map an integer back to the description when we do strategy in a gSheet.