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 an informational message to the WSSG log.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public static void Info(
string category,
string infoMessage
)
public:
static void Info(
String^ category,
String^ infoMessage
)
Public Shared Sub Info (
category As String,
infoMessage As String
)
Parameters
category
Type: System.StringMessage category.
infoMessage
Type: System.StringMessage text.
See Also
Info Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top