Initial Commit
This commit is contained in:
8
src/index.ts
Normal file
8
src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type ILogger from './ILogger';
|
||||
import type IAppender from './appenders/IAppender';
|
||||
import LoggerFactory from './LoggerFactory';
|
||||
import LoggingLevelMapping from './level/LoggingLevelMapping';
|
||||
|
||||
export type {ILogger, IAppender};
|
||||
export {LoggerFactory, LoggingLevelMapping};
|
||||
export default {LoggerFactory, LoggingLevelMapping};
|
||||
Reference in New Issue
Block a user