Exporting ConsoleAdapter

This commit is contained in:
Stamm
2019-04-05 09:05:35 -04:00
parent 6864756573
commit 8dec9e6d03
5 changed files with 33 additions and 13 deletions

View File

@ -1,5 +1,5 @@
import { LoggingBase } from "./base";
export { ConsoleAdapter } from "./consolewriter";
export { LoggingBase, LoggingBaseOptions, removeColors } from "./base";
export {
Adapter,