DistributedClocks/GoVector

Create a GoLogConfig struct to be passed into GoLog library on initialization

mikegfink opened this issue · 1 comments

GoLog's initialize functions (Initialize and InitializeMutipleExecutions) do not accept parameters for GoVec settings.

Create a struct that holds the appropriate settings (gv.printonscreen (ShouldYouSeeLoggingOnScreen) gv.VConWire (ShouldISendVectorClockonWire),gv.debugmode (Debug), gv.realtime = false etc), modify the initialize functions to accept this struct and modify the GoLog struct to store and use the configuration struct.

Added in #49