Skip to main content
Module

x/polkadot/mod.ts>util.logger

Package publishing for deno.land/x/polkadot
Go to Latest
function util.logger
import { util } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { logger } = util;

Examples

import { logger } from 'https://deno.land/x/polkadot@0.2.12/util/mod.ts';

const l = logger('test');

Parameters

_type: string

Returns

Logger