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.37/mod.ts";
const { logger } = util;

Examples

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

const l = logger('test');

Parameters

origin: string

Returns

Logger