API logs
In order to write custom log messages to the log file, use the ILogger instance assigned to the Log property of ProjectContext.
ILogger provides methods for logging the various log levels, such as Debug, Info, Warn, and Error.
The search returns topics that contain terms you enter. If you type more than one term, an OR is assumed, which returns topics where any of the terms are found.
The search also uses fuzzy matching to account for partial words (such as install and installs). The results appear in order of relevance, based on how many search terms occur per topic. Exact matches are highlighted.
To refine the search, you can use the following operators:
Note that operators cannot be used as search terms: + - * : ~ ^ ' "
In order to write custom log messages to the log file, use the ILogger instance assigned to the Log property of ProjectContext.
ILogger provides methods for logging the various log levels, such as Debug, Info, Warn, and Error.