Update LoggingBase name

This commit is contained in:
Fabian Stamm
2021-05-08 22:18:51 +02:00
parent 249f701cb7
commit c58d75129d
4 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
export { LoggingFiles } from "./filewriter";
import { LoggingFiles } from "./filewriter";
import { Logging as LoggingBase } from "@hibas123/logging";
import { LoggingBase } from "@hibas123/logging";
import Logging from "@hibas123/logging";
LoggingBase.nativeFunctions = {

View File

@ -1,6 +1,6 @@
import { randomBytes } from "crypto";
import * as fs from "fs";
import { Logging as LoggingBase } from "@hibas123/logging";
import { LoggingBase } from "@hibas123/logging";
import Logging, { DefaultLoggingFile } from ".";
const deleteFolderRecursive = function (path: string) {