Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String- A 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.