Skip to main content
Module

x/azure_functions/types.ts>Logger

Run Deno 🦕 on Azure Functions ⚡️
Latest
interface Logger
import { type Logger } from "https://deno.land/x/azure_functions@v0.9.0/types.ts";

Allows you to write streaming function logs.

Call Signatures

(message: string): void

Writes streaming function logs at the default trace level.

Properties

logs: string[]