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

InsightLogger GetString JSON issues. #6

Open
ShadowKnightMK4 opened this issue Sep 5, 2023 · 0 comments
Open

InsightLogger GetString JSON issues. #6

ShadowKnightMK4 opened this issue Sep 5, 2023 · 0 comments
Assignees

Comments

@ShadowKnightMK4
Copy link
Owner

Currently working towards letting the GetString() functions return as a JSON formatting. Getting errors so It's not quite working right when testing with online validators. Branch Is the InsightLogger

Current plan is something like this for the DebugEvent routines.

GetString() <- Intended to a be a simple readable string version of the event - not necessarily every element.
GetString(want Json) <- return the object JSON thing to feed elsewhere.

May consider
GetString() (above)
GetJSON()

Current Plan:

The Sheath code is going to carray the implementation rather than the logger so users of the project don't need to have InsightLogger in their local solution.

Bug Fix Plan:
Being able to stitch any number of JSON events together and feed to something to consume it.

@ShadowKnightMK4 ShadowKnightMK4 self-assigned this Sep 5, 2023
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

No branches or pull requests

1 participant