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)
Syntax
'Declaration
Public Sub Warning ( _
message As String _
)
public void Warning(
string message
)
public:
virtual void Warning(
String^ message
) sealed
abstract Warning :
message:string -> unit
override Warning :
message:string -> unit
public final function Warning(
message : String
)
Parameters
message
Type: System.StringA message to write.
Implements
.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.