|
JWSCL Documentation
|
TJwLogWriter = class(TInterfacedObject, IJwWriterClass);
TJwLogWriter defines a default and base class for xml write operations and other util functions. Overwrite this class and specify its class type to CreateLogServer for changed behavior.
|
Name |
Description |
|
The following tables list the members exposed by IJwWriterClass. | |
|
The methods of the IJwWriterClass class are listed here. | |
|
The events of the IJwWriterClass class are listed here. |
|
Name |
Description |
|
The following tables list the members exposed by TJwLogWriter. | |
|
The methods of the TJwLogWriter class are listed here. |
|
|
Name |
Description |
|
This is OnXMLWrite, a member of class IJwWriterClass. | |
|
This is OnXMLWriting, a member of class IJwWriterClass. |
|
|
Name |
Description |
|
This is CreateObject, a member of class IJwWriterClass. | |
|
This is Done, a member of class IJwWriterClass. | |
|
This is EndWriteMultipleTags, a member of class IJwWriterClass. | |
|
This is GetOnXMLWrite, a member of class IJwWriterClass. | |
|
This is GetOnXMLWriting, a member of class IJwWriterClass. | |
|
This is SetOnXMLWrite, a member of class IJwWriterClass. | |
|
This is SetOnXMLWriting, a member of class IJwWriterClass. | |
|
This is StartWriteMultipleTags, a member of class IJwWriterClass. | |
|
This is WriteSingleTag, a member of class IJwWriterClass. |
|
|
Name |
Description |
![]() |
AddAttribute is a helper function that adds an attribute structure TJwXMLAttribute to an array TJwXMLAttributes. | |
![]() |
AddAttributes is a helper function that adds source code location attribute like classname, methodname and filename from where the log is made. | |
![]() |
AddEventType adds an event type to an events list. | |
![]() |
CheckLogEventType checks whether a log type and its type value should be logged to file. | |
|
This is CreateObject, a member of class TJwLogWriter. | |
|
This is Done, a member of class TJwLogWriter. | |
|
EndWriteMultipleTags ends creating sub tags which was commenced by StartWriteMultipleTags. | |
![]() |
FormatString is a helper function that is used to format a tag value. It replaces line breaks with c style line breaks (n). | |
|
This is GetOnXMLWrite, a member of class TJwLogWriter. | |
|
This is GetOnXMLWriting, a member of class TJwLogWriter. | |
![]() |
GetThreadName returns the value of the attribute thread which contains the name (or ID) of the thread which logged a message. | |
|
This is SetOnXMLWrite, a member of class TJwLogWriter. | |
|
This is SetOnXMLWriting, a member of class TJwLogWriter. | |
|
StartWriteMultipleTags starts a tag with sub tags. All subsequent calls to WriteSingleTag will create tag under this tag. Call EndWriteMultipleTags to end creating sub tags. Multiple sub tags is not supported directly. Instead the instance is created again. | |
|
WriteSingleTag writes a single tag. |
|
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!
|