mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #50] [MERGED] Add custom logger support #50
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-core#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-core/pull/50
Author: @appy-one
Created: 10/9/2023
Status: ✅ Merged
Merged: 12/16/2024
Merged by: @appy-one
Base:
master← Head:feature/custom-logger-support📝 Commits (3)
64c53ecAdd custom logger support5680cafjsdoc comment correction251313euse LF eol📊 Changes
5 files changed (+52 additions, -9 deletions)
View changed files
📝
src/acebase-base.ts(+18 -3)📝
src/data-reference.ts(+5 -5)📝
src/debug.ts(+10 -1)📝
src/index.ts(+1 -0)➕
src/logger.ts(+18 -0)📄 Description
This enables replacing AceBase's default logger with a logging library such as Bunyan, Winston, Pino and any other logger supporting
trace,debug,info,warn,errorandfatalmethods.This also adds the methods
trace,debug,infoandfatalto the default built-in logger.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.