Overload | Description |
---|---|
WriteLine(Object) | Writes the supplied value to System.Diagnostics.Trace and to all registered listeners such as file and/or console. |
WriteLine(String,Object) | Write the supplied subject and value to System.Diagnostics.Trace and to all registered listeners such as file and/or console. |
WriteLine(Object,TraceLevel) | Write a message value to System.Diagnostics.Trace depending on supplied trace level. |