This website requires JavaScript.
Explore
Help
Register
Sign In
HoovesSocial
/
hippofish
Watch
2
Star
0
Fork
You've already forked hippofish
0
Code
Issues
3
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
54d3acafb3
hippofish
/
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 03:07:39 +01:00
import
Logger
from
'@/services/logger.js'
;
ログをデータベースに保存して管理画面で見れるように
2019-03-02 10:51:59 +01:00
export
const
dbLogger
=
new
Logger
(
'db'
)
;
Reference in a new issue
Copy permalink