ILogger.Verbose method
Writes the specified message to the verbose output.
public void Verbose(string message, [CallerMemberName] string caller = null)
parameter | description |
---|---|
message | The message. |
caller | The caller. |
Remarks
This method should only be called when debugging or when verbose output is enabled. The specified message will be logged to the verbose output, along with the name of the caller function.
See Also
- interface ILogger
- namespace Autodesk.DataExchange.Core.Interface