This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced
2025-08-05 16:49:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8e5f2690f2
Sharkey
/
packages
/
backend
/
src
/
server
/
api
/
logger.ts
4 lines
88 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'
;
Use internal logger instead of debug/console for logging Resolve #4104 Resolve #1966 Resolve #1937
2019-02-03 18:16:57 +09:00
export
const
apiLogger
=
new
Logger
(
'api'
)
;
Reference in a new issue
Copy permalink