[This is preliminary documentation and is subject to change.]
Logs a format string and arguments at Info level
Namespace: Microsoft.Research.Naiad.Diagnostics
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static void Info( string msg, params Object[] args )
Parameters
- msg
- Type: SystemString
format string - args
- Type: SystemObject
argument list
See Also