Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions Introduction > GetLogging

GetLogging

Gets the current value for logging parameters.

The parameters you can query include the following:

Syntax

GetLogging(Section, Name)

Section:

The INI section name.

Name:

The system parameter name.

Return Value

If the function succeeds, the value is returned as a string. An empty string is returned if an error occurs. To get extended error information, call IsError().

Related Functions

SetLogging

See Also

Miscellaneous Functions