[PR #120] #119 Add log level constants #150

Open
opened 2026-05-05 11:02:37 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/120
Author: @kevburnsjr
Created: 11/18/2020
Status: 🔄 Open

Base: masterHead: 119-log-level-constants


📝 Commits (1)

📊 Changes

2 files changed (+20 additions, -0 deletions)

View changed files

📝 log/filterlogger.go (+7 -0)
📝 log/filterlogger_test.go (+13 -0)

📄 Description

No changes to current package interface.
Adds 4 exported symbols to protect developers from magic numbers.

logger := log.NewFilterLogger(log.NewStdLogger(), log.LevelInfo)

See #119


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mmatczuk/go-http-tunnel/pull/120 **Author:** [@kevburnsjr](https://github.com/kevburnsjr) **Created:** 11/18/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `119-log-level-constants` --- ### 📝 Commits (1) - [`d49708d`](https://github.com/mmatczuk/go-http-tunnel/commit/d49708d480e2c095f61775a2a0f85d4ee54049c2) #119 Add log level constants ### 📊 Changes **2 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `log/filterlogger.go` (+7 -0) 📝 `log/filterlogger_test.go` (+13 -0) </details> ### 📄 Description No changes to current package interface. Adds 4 exported symbols to protect developers from magic numbers. ```go logger := log.NewFilterLogger(log.NewStdLogger(), log.LevelInfo) ``` See #119 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 11:02:37 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#150
No description provided.