Trace

ILogger.Trace method

Logs an event that occurred in the index.

public void Trace(string message)
Parameter Type Description
message String The event message.

See Also