Share via


NodeServicesOptions.NodeInstanceOutputLogger Property

Definition

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

Property Value

Applies to