Adding custom colored logging

This commit is contained in:
Fabian Stamm
2019-11-17 16:03:58 +01:00
parent ca41468dc1
commit 965c85a275
6 changed files with 202 additions and 169 deletions

View File

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