@shopify/dialog-logger

[![Build Status](https://travis-ci.com/Shopify/chatops.svg?branch=master)](https://travis-ci.com/Shopify/chatops) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](../../LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2

Usage no npm install needed!

<script type="module">
  import shopifyDialogLogger from 'https://cdn.skypack.dev/@shopify/dialog-logger';
</script>

README

@shopify/dialog-logger

Build Status License: MIT npm version

Installation

$ yarn add @shopify/dialog-logger

Usage

const logger = new Logger('my-app:some-component');

logger.log('hello world');