Skip to main content

@std/log@0.215.0

latest
Works with
It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun
It is unknown whether this package works with Browsers
It is unknown whether this package works with Deno
It is unknown whether this package works with Node.js
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Bun
JSR Score58%
Published2 years ago (0.215.0)

Classes

c
BaseHandler(
levelName: LevelName,
options?: BaseHandlerOptions
)
No documentation available
  • destroy(): void
    No documentation available
  • format(logRecord: LogRecord): string
    No documentation available
  • formatter: FormatterFunction
    No documentation available
  • handle(logRecord: LogRecord): void
    No documentation available
  • level: number
    No documentation available
  • levelName: LevelName
    No documentation available
  • log(_msg: string): void
    No documentation available
  • setup(): void
    No documentation available

Interfaces

I
No documentation available
  • formatter: FormatterFunction
    No documentation available

Type Aliases

T
FormatterFunction = (logRecord: LogRecord) => string
No documentation available

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/log

Import symbol

import * as mod from "@std/log/base_handler";
or

Import directly with a jsr specifier

import * as mod from "jsr:@std/log/base_handler";