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

Allow removing / updating field values #58

Open
vk-coder opened this issue Apr 24, 2023 · 0 comments
Open

Allow removing / updating field values #58

vk-coder opened this issue Apr 24, 2023 · 0 comments

Comments

@vk-coder
Copy link

Problem
using AddField we can add permanent fields. But sometimes the values of the field change over the time. As of now there is no way to fix this as you cannot delete the logger object (no api) and can remove/ update field (no api).
Sometime some fields are no longer required so there should be a provision to remove the fields.

Solution

  1. allow recreating the logger object
  2. allow updating and removing field bye key

Example


logger := xylog.GetLogger(name)
logger.AddField("test", "sample1")

logger.UpdateField("test", "sample2")
logger.RemoveField("test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant