This website requires JavaScript.
Explore
Help
Register
Sign In
graphite
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced
2024-11-13 07:43:09 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f3164c9cf2
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 04:07:39 +02:00
import
Logger
from
'@/services/logger.js'
;
ログをデータベースに保存して管理画面で見れるように
2019-03-02 11:51:59 +02:00
export
const
dbLogger
=
new
Logger
(
'db'
)
;
Reference in a new issue
Copy permalink