You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: