This documentation is archived and is not being maintained.

AdminTraceLogger::Warning Method (String)

Writes a warning message to the trace, provided that TraceLevel of this logger is set to TraceLevel.Warning, TraceLevel.Info, or TraceLevel.Verbose.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
virtual void Warning(
	String^ message
) sealed

Parameters

message
Type: System::String

A message to write.

Implements

ITFLogger::Warning(String)

Show: