This documentation is archived and is not being maintained.
AdminTraceLogger::Info Method (String, array<Object>)
Visual Studio 2013
Writes an informational message to the trace, provided that TraceLevel of this logger is set to TraceLevel.Info or TraceLevel.Verbose.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- format
- Type: System::String
A format string that contains zero or more format items, which correspond to objects in the args array.
- args
- Type: array<System::Object>
An object array containing zero or more objects to format.
Implements
ITFLogger::Info(String, array<Object>)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: