mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-27 15:53:49 +00:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import { LoggerService } from 'pockethost'
|
|
|
|
const logger = LoggerService().create('plugin-auto-admin')
|
|
export const { dbg, info } = logger
|