Logs an event that occurred in the index.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxvoid Trace(
string message
)
Sub Trace (
message As String
)
void Trace(
String^ message
)
abstract Trace :
message : string -> unit
Parameters
- message
- Type: SystemString
The event message.
See Also