OutOfProcessNodeInstance.OutputLogger Field
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.
The ILogger to which the Node.js instance's stdout/stderr is being redirected.
protected: initonly Microsoft::Extensions::Logging::ILogger ^ OutputLogger;
protected readonly Microsoft.Extensions.Logging.ILogger OutputLogger;
val mutable OutputLogger : Microsoft.Extensions.Logging.ILogger
Protected ReadOnly OutputLogger As ILogger