[![npm version](https://badge.fury.io/js/%40goldstack%2Futils-log.svg)](https://badge.fury.io/js/%40goldstack%2Futils-log)

# Goldstack Log Utilities

Very simple log utility used in the [Goldstack template framework](https://github.com/goldstack/goldstack/tree/master/workspaces/templates-lib#goldstack-template-framework).

This utility has been developed for the [Goldstack](https://goldstack.party) starter project builder. Check it out for starting your next project ❤️

## Installation

```bash
npm install @goldstack/utils-log
```

## Usage

```typescript
import { log } from '@goldstack/utils-log';

log('Hello World');
```
