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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: