NodeServicesOptions.NodeInstanceOutputLogger Property
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 Node.js instance's stdout/stderr will be redirected to this ILogger.
public:
property Microsoft::Extensions::Logging::ILogger ^ NodeInstanceOutputLogger { Microsoft::Extensions::Logging::ILogger ^ get(); void set(Microsoft::Extensions::Logging::ILogger ^ value); };
public Microsoft.Extensions.Logging.ILogger NodeInstanceOutputLogger { get; set; }
member this.NodeInstanceOutputLogger : Microsoft.Extensions.Logging.ILogger with get, set
Public Property NodeInstanceOutputLogger As ILogger