procedure Log(const LogMessage: TJwString; const LogType: TJwLogType = lsMessage); safecall; overload;
|
Parameters |
Description |
|
const LogMessage: TJwString |
This parameter receives a message string that is shown in the log. |
|
const LogType: TJwLogType = lsMessage |
defines the type of log entry. See TJwLogType for more information |
Log creates an ordinary log entry.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|