1
0
mirror of https://git.hibas.dev/OpenServer/NodeLogging.git synced 2025-07-01 04:31:23 +00:00

Exporting File Adapter

This commit is contained in:
Fabian Stamm
2019-04-03 13:51:23 +00:00
parent 0b75f8ddf8
commit 2aaee1be89
3 changed files with 15 additions and 33 deletions

View File

@ -1,3 +1,4 @@
export { LoggingFiles } from "./filewriter";
import { LoggingFiles } from "./filewriter";
import { LoggingBase as LoggingBaseOriginal, LoggingBaseOptions } from "@hibas123/logging";