This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced
2024-11-16 12:46:42 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0f55e65701
Sharkey
/
src
/
queue
/
logger.ts
4 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
ログをデータベースに保存して管理画面で見れるように
2019-03-02 10:51:59 +01:00
import
Logger
from
'../services/logger'
;
自分の投稿情報をエクスポートできるように (#4144) * wip * 正しいJSONを生成するように * データを整形
2019-02-05 11:50:14 +01:00
export
const
queueLogger
=
new
Logger
(
'queue'
,
'orange'
)
;
Reference in a new issue
Copy permalink