[fpc-devel] logger fpc
Michael Van Canneyt
michael at freepascal.org
Fri Mar 30 23:00:03 CEST 2007
On Sat, 31 Mar 2007, Evgeniy Ivanov wrote:
> Hi! Some time ago I've written about logger. And nobody have answered that
> there is a log system for fpc. What do you mean about it?
> For old code... It's difficult to say any thing. But for future...
The TEventLog component logs to the system log.
This is the Application log on versions of windows that support it, or the system log of linux.
On older windows versions, it writes to a file.
It's in packages/fcl-base
Michael.
More information about the fpc-devel
mailing list