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

refactor: migrate 'StreamLabs' to TypeScript #100

Merged
merged 1 commit into from
Apr 18, 2020

Conversation

SantiMA10
Copy link
Contributor

Related to #50

@SantiMA10 SantiMA10 requested a review from orestes April 18, 2020 18:56
@SantiMA10 SantiMA10 mentioned this pull request Apr 18, 2020
28 tasks
}

interface StreamLabsLogger {
log: (levels: string[], log: any) => void;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually

log: (tags: [], log: string|object) => void

We'll update it when we decide how to improve the logging system (see #103)

@orestes orestes merged commit 04e07fc into master Apr 18, 2020
@orestes orestes deleted the 50-ts-streamlabs-service branch April 18, 2020 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants