Simple example. import { Logger } from "tslog"; const log: Logger = new Logger({ name: "myLogger" }); log.silly ...
確定! 回上一頁