This documentation is archived and is not being maintained.

AdminTraceLogger::WriteLine Method

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method 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.
Protected method WriteLine(TraceLevel, String, array<Object>)
Top
Show: