AdminTraceLogger.Verbose Method (String)
Writes a verbose message to the trace, provided that TraceLevel of this logger is set to TraceLevel.Verbose.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub Verbose ( _
message As String _
)
public void Verbose(
string message
)
public:
void Verbose(
String^ message
)
member Verbose :
message:string -> unit
public function Verbose(
message : String
)
Parameters
message
Type: System.StringA message to write.
.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.