This documentation is archived and is not being maintained.

AdminTraceLogger::Warning Method (String, array<Object>)

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^ format, 
	... array<Object^>^ args
) sealed

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::Warning(String, array<Object>)

Show: