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

Add kakfa logger to core functions #24

Open
jscharber opened this issue Oct 23, 2019 · 0 comments
Open

Add kakfa logger to core functions #24

jscharber opened this issue Oct 23, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jscharber
Copy link
Contributor

[] 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

@jscharber jscharber added the enhancement New feature or request label Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants