Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes a formatted informational message to the WSSG log.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)
Syntax
public static void Info(
    string category,
    string format,
    params object[] args
)
public:
static void Info(
    String^ category,
    String^ format,
    ... array<Object^>^ args
)
Public Shared Sub Info (
    category As String,
    format As String,
    ParamArray args As Object()
)
Parameters
- category 
 Type: System.String- Message category 
- format 
 Type: System.String- Message format. 
- args 
 Type: System.Object[]- Format parameters. 
See Also
Info Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top