Overload | Description |
---|---|
Trace(String) | Writes an informational message to the trace log. |
Trace(String,Object[]) | Writes an informational message to the trace log. |
Trace(Exception,String) | Writes an exception/error message to the trace log. |
Trace(Exception,String,Object[]) | Writes an exception/error message to the trace log. |
Trace(Exception,String,Boolean,Object[]) | Writes an exception/error message to the trace log. |
Trace(Int32,String,Object[]) | Writes a message to the trace log. |
Trace(Int32,String,Boolean,Object[]) | Writes a message to the trace log. |
Trace<TState>(TState,Exception,Int32,Func<TState,Exception,String>) | Writes a message to the trace log. |
Trace(Exception,Int32,String,Boolean,Object[]) | Writes a message to the trace log. |