J-Integra® Espresso Programming Documentation (API) |
|
RuntimeConfiguration.SetDebugStreamWriter Method
Instead of writing to the application log, the logging system will log to the
supplied StreamWriter
void SetDebugStreamWriter(
System.IO.TextWriter 
debugStreamWriter
);
Parameters
- debugStreamWriter
-
Stream writer to write to.
Return Value
none
Remarks
none
Exceptions
none
See Also
Runtime Config |
Runtime Namespace