Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Counters.py File Reference

This file defines a class that implements a simple counter. More...

Classes

class  Library.IO.Logging.Counters.ACounter
 A counter. More...
 

Variables

string Library.IO.Logging.Counters.cStringRepresentation = "\t{name}: {value}\n"
 The format used when constructing a string representation of ACounter.
 
string Library.IO.Logging.Counters.cErrorLimitReached = "{} count has reached its limit ({})"
 The error message used when the counter reaches its limit.
 

Detailed Description

This file defines a class that implements a simple counter.