0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Objective-C7,200 stars (7,200 stars)1,444 forks (1,444 forks)batch import
help wanted
Description

打印level为QMUILogLevelWarn会提示此信息,打印QMUILogLevelDefault和QMUILogLevelInfo则正常
Contributor guide
- Tech stack
- swiftobjective c
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Familiarity with QMUI iOS logging systemBasic iOS development knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate the QMUI iOS logging system, specifically the handling of QMUILogLevelWarn compared to Default and Info. Look at the implementation of QMUILogger or related logging macros in the repository. Check if there is a missing case or condition for the Warn level that causes the unexpected output.