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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
meteor-space
/
base
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
75
Code
Issues
6
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Feature/logger refactor
- #86
#86
Open
qejk
wants to merge 21 commits into
develop
meteor-space/base:develop
from
feature/logger-refactor
meteor-space/base:feature/logger-refactor
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Feature/logger refactor
#86
qejk
wants to merge 21 commits into
develop
meteor-space/base:develop
from
feature/logger-refactor
meteor-space/base:feature/logger-refactor
Copy head branch name to clipboard
Commits
Commits on Apr 19, 2016
Refactors Space.Logger class to use arguments on Constructor, removes global var Space.log
qejk
committed
9b715a0
View commit details
Copy full SHA for 9b715a0
Browse repository at this point
Refactors Space.Module to: not use global Space.log, instantiate underlying library for Space.Logger
qejk
committed
03aef7d
View commit details
Copy full SHA for 03aef7d
Browse repository at this point
Commits on Apr 24, 2016
Moves temporarily Space.Logger code to coffeescript, adds support for multiple logging adapters in Space.Logger, adds adapter for console, winston logging libraries, wires everything up in module.c…
Show description for dd32c4e
qejk
committed
dd32c4e
View commit details
Copy full SHA for dd32c4e
Browse repository at this point
Refactors code: moves methods to base Space.Logger.Addapter class, adds setMinLevel, adds removable transports at winston adapter
qejk
committed
193f43b
View commit details
Copy full SHA for 193f43b
Browse repository at this point
Adds default configuration from ENV to module configuration, sets minLevel on logger
qejk
committed
c71872c
View commit details
Copy full SHA for c71872c
Browse repository at this point
Refactors
qejk
committed
a778812
View commit details
Copy full SHA for a778812
Browse repository at this point
Commits on Apr 26, 2016
Removes blank lines
qejk
committed
c8ea9ea
View commit details
Copy full SHA for c8ea9ea
Browse repository at this point
Moves instantiation of console transport to Space.Logger.WinstonAdapter
qejk
committed
8942054
View commit details
Copy full SHA for 8942054
Browse repository at this point
Simplifies initialization of transports, adds dedicated method for preparing logging configuration
qejk
committed
64f90e0
View commit details
Copy full SHA for 64f90e0
Browse repository at this point
Removes winston npm dependency
qejk
committed
462bfef
View commit details
Copy full SHA for 462bfef
Browse repository at this point
Simplifies logging initialization by moving it to separate modules contained in additional packages
qejk
committed
dc4914f
View commit details
Copy full SHA for dc4914f
Browse repository at this point
Moves coffeescript to ES6
Show description for a48baa3
qejk
committed
a48baa3
View commit details
Copy full SHA for a48baa3
Browse repository at this point
Commits on May 7, 2016
Removes unnecessary variable
qejk
committed
0cd08c6
View commit details
Copy full SHA for 0cd08c6
Browse repository at this point
Adds state related additional helper methods to Space.Logger
qejk
committed
e5a071a
View commit details
Copy full SHA for e5a071a
Browse repository at this point
Changes injector mapping type
qejk
committed
e06d264
View commit details
Copy full SHA for e06d264
Browse repository at this point
Fixes module unit tests
qejk
committed
37cafb0
View commit details
Copy full SHA for 37cafb0
Browse repository at this point
Refactors Space.Logger unit tests
qejk
committed
319b591
View commit details
Copy full SHA for 319b591
Browse repository at this point
One semicolon here, one semicolon there...
qejk
committed
fa9c2dc
View commit details
Copy full SHA for fa9c2dc
Browse repository at this point
Commits on Jan 7, 2017
Merge branch 'develop' of https://github.com/meteor-space/base into feature/logger-refactor
Show description for e2d7773
qejk
committed
e2d7773
View commit details
Copy full SHA for e2d7773
Browse repository at this point
Removes back winston dependency from meteor
qejk
committed
d886a5b
View commit details
Copy full SHA for d886a5b
Browse repository at this point
Refactors Logger
qejk
committed
cbb3ca5
View commit details
Copy full SHA for cbb3ca5
Browse repository at this point
You can’t perform that action at this time.