Change name of class
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { LoggingBase as LoggingClass } from "./base.js";
|
||||
export { LoggingBase as Logging } from "./base.js";
|
||||
import { LoggingBase } from "./base.js";
|
||||
export { LoggingBase } from "./base.js";
|
||||
export { ConsoleAdapter } from "./consolewriter.js";
|
||||
export { ILoggingOptions, INativeFunctions } from "./base.js";
|
||||
|
||||
@ -16,6 +16,6 @@ export {
|
||||
IFormatted,
|
||||
} from "./types.js";
|
||||
|
||||
const Logging = new LoggingClass();
|
||||
const Logging = new LoggingBase();
|
||||
|
||||
export default Logging;
|
||||
|
Reference in New Issue
Block a user