Skip to main content
Module

x/statsd/mod.ts>LoggerConfig

A simple StatsD client for Deno
Latest
interface LoggerConfig
import { type LoggerConfig } from "https://deno.land/x/statsd@0.5.0/mod.ts";

If the server is set to a "logger" proto, then we'll only log metrics to the standard logger at INFO levels. Useful for debugging, and if you don't want to actually send anything over the network.

Properties

proto: "logger"