LOGGING

Modern Pascal provides a unit that implements a buffering log file. Allowing your application to operate at full speed, while the log itself writes to disk-based upon buffer size threshold or the age of the data in memory.

Globals



Functions



Procedures



TLogging

.Init()
.GetLogFilename:String
.SetLogFilename(V:String)
.Writeln(Const S:String)
.Flush
.Free()