| [Overview][Types][Classes][Procedures and functions][Index] |
Provides a log framework
uses |
||
Math, |
||
|
||
|
||
|
Contains procedures and functions used for file and directory operations |
|
LazStringUtils, |
||
|
LazLogger provides logging facilities to write message to a file. Messages can be logged plain, or enclosed in begin/end like blocks, adding indent to all messages between to points (blocks can be nested). It also has the ability to filter groups of messages. It can reads the command line and environment to find the desired filename. By default it looks for --debug-log= on the command line or "appname"_debuglog in environment. If no log name is found StdOut is used. The simples usage, is to use the unit and put "DebugLn"/ "DbgOut" / "DebugLnEnter"/ "DebugLnExit" in your code. This works without any further setup.
| lazarus-ccr.sourceforge.net |