-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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.