LogHelper.LogVerbose(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs a verbose event.
public static void LogVerbose (string message, params object[] args);
static member LogVerbose : string * obj[] -> unit
Public Shared Sub LogVerbose (message As String, ParamArray args As Object())
Parameters
- message
- String
The log message.
- args
- Object[]
An object array that contains zero or more objects to format.