Skip to content

Pending issues#17

Open
vsssoares wants to merge 4 commits intodevelopfrom
fix/pending-issues-changes
Open

Pending issues#17
vsssoares wants to merge 4 commits intodevelopfrom
fix/pending-issues-changes

Conversation

@vsssoares
Copy link
Copy Markdown

  1. Refactor: rename setAttributes to Configure (c80279b)
  • Renamed the main configuration function from setAttributes to Configure across the codebase.

  • Updated README usage examples, benchmark tests (benchmark/basiclogs_test.go, benchmark/logonce_test.go), and logger_settings.go to use the new name.

  • Improves clarity and aligns with common Go configuration naming.

  1. Refactor: remove flush function (c8dff93)
  • Removed the flush function from logger.go and its usage from logger_settings.go.

  • Simplifies the public API by dropping an explicit flush entry point.

  1. Docs: add output examples in README (2a74168)
  • Added an Example Output section to the README with sample JSON log entries for INFO, DEBUG, WARN, ERROR, and TRACE.

  • Makes it easier for users to see the actual log format and structure before integrating.

@WargLlih
Copy link
Copy Markdown
Collaborator

WargLlih commented Mar 3, 2026

fixes for: #12 #13 #14

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

Successfully merging this pull request may close these issues.

2 participants