in reply to Re: Re: Wasting time with times
in thread Wasting time with times
An example of this practice would be the Windows Eventlog API - This logging API does not store message information in a readily-parseable, human-readable text format, but rather a binary format which allows for rapid logging and compact storage - These logs can then be accessed programmatically by APIs or through the Eventlog viewer. The end-result is that all information is available to the user or developer working with the Eventlog, despite the fact that the storage format is not natively human-readable.
Logging should be a symbiotic adjunct to an application not a mandatory deadweight.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Wasting time with times
by greenFox (Vicar) on Sep 16, 2002 at 08:54 UTC | |
by rob_au (Abbot) on Sep 16, 2002 at 10:34 UTC |