IISContextObject.traceWrite(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void traceWrite(System::String ^ _category, System::String ^ _message);
public virtual void traceWrite (string _category, string _message);
abstract member traceWrite : string * string -> unit
override this.traceWrite : string * string -> unit
Public Overridable Sub traceWrite (_category As String, _message As String)
Parameters
- _category
- String
- _message
- String