Имя |
Описание |
Chronometer |
A class for timing how long things take. You can instantiate a Chronometer, or just use the static methods for timing named operations. |
Chronometer.TextCsvReporter |
A class that writes a nicely machine readable text table of timing reports. |
Chronometer.TextTableReporter |
A class that writes a nicely human readable text table of timing reports. |
Chronometer.XmlElementReporter |
A class that writes a nicely machine readable text table of timing reports. |
Config |
This class reads configuration parameters from a standalone config file identified in the app.config or web.config's "appSettings" section. |
LoggingException |
This exception logs its message and parent exception (if any) as "debug" log messages, allowing run-time debugging if it is discovered that an exception is being eaten somewhere. Normally an exception will be logged by client code, so there is no need to log a warning everywhere one is generated. |