cra-template-overwolf-typescript-redux
Version:
This is the official [Overwolf TypeScript Redux](https://github.com/AlbericoD/overwolf-modern-react-boilerplate) template for [Create React App](https://github.com/facebook/create-react-app).
9 lines (7 loc) • 340 B
text/typescript
const log = (message: string, component: string, method: string) => {
console.info(
`%c[🐺 overwolf-modern-react-boilerplate][🧰 ${component}][🔧 ${method}][📃 ${message} ]`,
"background: #262626; color: #e4e4e7; padding: 2px 0; border-radius: 2px; font-weight: bold; border: 1px solid #171717;",
);
};
export { log };