Logger.Verbose 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.
Overloads
| Verbose(Int32, String, Object[]) | |
| Verbose(Object, Int32, String, Object[]) |
Verbose(Int32, String, Object[])
public:
static void Verbose(int id, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Verbose (int id, string message, params object[] args);
static member Verbose : int * string * obj[] -> unit
Public Shared Sub Verbose (id As Integer, message As String, ParamArray args As Object())
Parameters
- id
- Int32
- message
- String
- args
- Object[]
Applies to
Verbose(Object, Int32, String, Object[])
public:
static void Verbose(System::Object ^ tracePoint, int id, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Verbose (object tracePoint, int id, string message, params object[] args);
static member Verbose : obj * int * string * obj[] -> unit
Public Shared Sub Verbose (tracePoint As Object, id As Integer, message As String, ParamArray args As Object())
Parameters
- tracePoint
- Object
- id
- Int32
- message
- String
- args
- Object[]