Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the number of lines in the Infolog buffer.
Syntax
public int line()
Run On
Called
Return Value
Type: int
An integer that represents the number of lines in the Infolog buffer.
Remarks
If you are running code on the server, use the xGlobal::infologLine method instead. It eliminates calls between the server and client.
To get the number of exceptions of a specific type in the Infolog, use the xInfo.num Method.