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
[] create core directory structure
[] create log subdirectory
[] create client / consumer directories
[] need high-level design document
[] client should insert standard elements like timestamps
[] client should set our defaults
Basically follow normal go conventions, use http.client as example
klog := NewLogger(nil) // use default client
[] create core directory structure
[] create log subdirectory
[] create client / consumer directories
[] need high-level design document
[] client should insert standard elements like timestamps
[] client should set our defaults
Basically follow normal go conventions, use http.client as example
klog := NewLogger(nil) // use default client
kclient := LoggerClient{Broker: "", .......} // use custom client
klog := NewLogger(kclient)
klog.Println("message")
Same thoughts around the consumer
The text was updated successfully, but these errors were encountered: