This documentation is archived and is not being maintained.
AdminTraceLogger::WriteLine Method
Visual Studio 2013
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteLine(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. |
|
WriteLine(TraceLevel, String, array<Object>) |
Show: