Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need ability to inject a different logger implementation to the Kaltura Client #1

Open
arthurvaverko-kaltura opened this issue Jul 19, 2019 · 0 comments
Assignees

Comments

@arthurvaverko-kaltura
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants