Subject of the issue
Currently KalturaLogger is the only implementation that is created, need an ability to inject a different implementation e.g. using log4js. (similar to the csharp client.
Your environment
- version of kaltura-typescript-client: branch 5_2_5
Expected behaviour
I would like to have the ability to send an instance of a derived class of KalturaLogger, that will override the warn,info,debug methods according to my logging preferences to the Kalturacient constructor.
Actual behaviour
no ability to inject a custom logger implementation