Closed
Description
Investigative information
We would like to hook a third party logging library (pino, winston) in context.log, so that we can send it to another sink, that isn't application insights (in our case it's seq).
Is it possible to hook this in?
In .NET we can use ILogger
/ ILoggerFactory
, but I'm unsure how to do this with node