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

Figuring out how to use Tracing's logging layers for buttplug protocol log message output #124

Closed
qdot opened this issue Jun 20, 2020 · 1 comment
Assignees
Labels
Features New things to add to the project Library - Core Tasks/Bugs pertaining to the core portion of the library Library - Server Tasks/Bugs pertaining to the server portion of the library

Comments

@qdot
Copy link
Member

qdot commented Jun 20, 2020

Feature Description

In order to send out tracing messages as Buttplug log messages, we need to have a logger which we can add a layer to. Need to figure out how to either grab or create a new global logger, then what's needed to build a layer that will export messages to the output channel of the server.

@qdot qdot added Library - Core Tasks/Bugs pertaining to the core portion of the library Features New things to add to the project labels Jun 20, 2020
@qdot qdot self-assigned this Jun 20, 2020
@qdot qdot added the Library - Server Tasks/Bugs pertaining to the server portion of the library label Jun 20, 2020
@qdot
Copy link
Member Author

qdot commented Jun 21, 2020

Done. ButtplugLogHandler now just creates a layer object which can either be used in a registry or another subscriber.

@qdot qdot closed this as completed Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Features New things to add to the project Library - Core Tasks/Bugs pertaining to the core portion of the library Library - Server Tasks/Bugs pertaining to the server portion of the library
Projects
None yet
Development

No branches or pull requests

1 participant