This documentation is archived and is not being maintained.

AdminTraceLogger::Info Method (String)

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)

public:
virtual void Info(
	String^ message
) sealed

Parameters

message
Type: System::String

A message to write.

Implements

ITFLogger::Info(String)

Show: