Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gyscos
/
cursive
Public
Notifications
You must be signed in to change notification settings
Fork
266
Star
4.8k
Code
Issues
196
Pull requests
20
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add basic features to CursiveLogger
- #719
#719
Merged
gyscos
merged 16 commits into
gyscos:main
gyscos/cursive:main
from
blaisdellma:cursivelogger
blaisdellma/cursive:cursivelogger
Copy head branch name to clipboard
Mar 28, 2023
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Add basic features to CursiveLogger
#719
gyscos
merged 16 commits into
gyscos:main
gyscos/cursive:main
from
blaisdellma:cursivelogger
blaisdellma/cursive:cursivelogger
Copy head branch name to clipboard
Commits
Commits on Mar 6, 2023
Add internal/external log levels
blaisdellma
committed
27bb3e5
View commit details
Copy full SHA for 27bb3e5
Browse repository at this point
Add variable log queue size
blaisdellma
committed
166e126
View commit details
Copy full SHA for 166e126
Browse repository at this point
Remove changes to Cargo.toml
blaisdellma
committed
3af4e6d
View commit details
Copy full SHA for 3af4e6d
Browse repository at this point
Make env var based logging opt-in
blaisdellma
committed
22b6b8d
View commit details
Copy full SHA for 22b6b8d
Browse repository at this point
Commits on Mar 7, 2023
Add examples
blaisdellma
committed
ff0993d
View commit details
Copy full SHA for ff0993d
Browse repository at this point
Use LevelFilter from_str for parsing env vars
blaisdellma
committed
f60e591
View commit details
Copy full SHA for f60e591
Browse repository at this point
rustfmt
blaisdellma
committed
3bfc086
View commit details
Copy full SHA for 3bfc086
Browse repository at this point
set_max_level based on max int/ext log level
blaisdellma
committed
ca1950c
View commit details
Copy full SHA for ca1950c
Browse repository at this point
changed int/ext to prefix based
blaisdellma
committed
27701bd
View commit details
Copy full SHA for 27701bd
Browse repository at this point
Commits on Mar 8, 2023
Use set_boxed_logger (requires log `std` feature)
blaisdellma
committed
beb860d
View commit details
Copy full SHA for beb860d
Browse repository at this point
Commits on Mar 10, 2023
Make CursiveLogger use global state (#1)
Show description for c8f9744
blaisdellma
authored
c8f9744
View commit details
Copy full SHA for c8f9744
Browse repository at this point
Commits on Mar 28, 2023
Changed to `set_filter_levels_from_env()`
blaisdellma
committed
2c54e4f
View commit details
Copy full SHA for 2c54e4f
Browse repository at this point
Expanded fn names from int/ext to internal/external
blaisdellma
committed
6bf3d4a
View commit details
Copy full SHA for 6bf3d4a
Browse repository at this point
Combine lazy_static!
blaisdellma
committed
934ac2f
View commit details
Copy full SHA for 934ac2f
Browse repository at this point
Use `VecDeque::with_capacity()`
blaisdellma
committed
e5f365f
View commit details
Copy full SHA for e5f365f
Browse repository at this point
Warn on failure to parse env vars
blaisdellma
committed
b122ba8
View commit details
Copy full SHA for b122ba8
Browse repository at this point
You can’t perform that action at this time.