ServicingContext.LogInfo Method (String, array<Object )
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub LogInfo ( _
format As String, _
ParamArray args As Object() _
)
public void LogInfo(
string format,
params Object[] args
)
public:
void LogInfo(
String^ format,
... array<Object^>^ args
)
member LogInfo :
format:string *
args:Object[] -> unit
public function LogInfo(
format : String,
... args : Object[]
)
Parameters
- format
Type: System.String
- args
Type: array<System.Object[]
.NET Framework Security
- 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.