Tracing.Information Method (String, Object[])
Specifies the tracing information.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static void Information(
string message,
params object[] parameters
)
public:
static void Information(
String^ message,
... array<Object^>^ parameters
)
static member Information :
message:string *
[<ParamArrayAttribute>] parameters:Object[] -> unit
Public Shared Sub Information (
message As String,
ParamArray parameters As Object()
)
Parameters
message
Type: System.StringThe message.
parameters
Type: System.Object[]The set of tracing parameters.
See Also
Information Overload
Tracing Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top