LogWrite Method | ![]() |
Name | Description | |
---|---|---|
![]() | Write |
Writes object Text and clean up text.
|
![]() | WriteT(ListT) |
Writes a one dimensional list
|
![]() | Write(String) |
Text writes to Debug window and/or to protocol file.
|
![]() | Write(StringBuilder) |
Call method Write(String) |
![]() | Write(String, String) |
Write text and value. Example: Value A: 5
|
![]() ![]() | WriteT(ListT, String, String) |
Writes a list of data items
|
![]() ![]() | Write(Object, String, String) |
Writes two fields from a data object (a label field and a value field)
|