@koreanpanda/inscriber
Version:
A Logger that can write logs, and print them, with full customization.
15 lines (14 loc) • 607 B
TypeScript
/**========================================================================
* ? ABOUT
* @author : Cody Spratford
* @email : koreanpanda345@gmail.com
* @repo : https://github.com/koreanpanda345/Inscriber
* @createdOn : 11/14/2020
* @description : This is the log method barrel method.
* @since : 11/21/2020
*========================================================================**/
export * from "./Error";
export * from "./Info";
export * from "./Debug";
export * from "./Warn";
export * from "./Log";