Improving logging
This commit is contained in:
18
src/index.ts
18
src/index.ts
@ -1,6 +1,20 @@
|
||||
import { LoggingBase } from "./base";
|
||||
export { Colors, LoggingBase, LoggingBaseOptions } from "./base";
|
||||
export { Adapter, LoggingTypes, Message } from "./types";
|
||||
|
||||
export { LoggingBase, LoggingBaseOptions, removeColors } from "./base";
|
||||
export {
|
||||
Adapter,
|
||||
LoggingTypes,
|
||||
Message,
|
||||
FormatConfig,
|
||||
FormattedLine,
|
||||
DefaultFormatConfig as DefaultColorMap,
|
||||
FormattedText,
|
||||
Colors,
|
||||
Format,
|
||||
FormatTypes,
|
||||
TerminalFormats
|
||||
} from "./types";
|
||||
|
||||
export { ObservableInterface } from "@hibas123/utils";
|
||||
|
||||
export let Logging: LoggingBase = undefined;
|
||||
|
Reference in New Issue
Block a user