This website requires JavaScript.
Explore
Help
Register
Sign In
amechama
/
sharkey
Watch
1
Star
0
Fork
0
You've already forked sharkey
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c20311b8a7
sharkey
/
packages
/
backend
/
src
/
db
/
logger.ts
4 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: Use ESM (#8358) * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
2022-02-27 11:07:39 +09:00
import
Logger
from
'@/services/logger.js'
;
ログをデータベースに保存して管理画面で見れるように
2019-03-02 18:51:59 +09:00
export
const
dbLogger
=
new
Logger
(
'db'
)
;
Reference in New Issue
Copy Permalink