This documentation is archived and is not being maintained.

AdminTraceLogger::WriteLine Method (TraceLevel, String)

Writes a message to the trace, provided that traceLevel passed as first argument is is not lower than the logger TraceLevel. In debug build, this method can also ensure that output does not contain passwords.

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

public:
virtual void WriteLine(
	TraceLevel traceLevel, 
	String^ message
)

Parameters

traceLevel
Type: System.Diagnostics::TraceLevel
message
Type: System::String

Show: