Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/slack_oauth/src/logger.ts

Setup the OAuth flow for Slack apps easily. Deno port of @slack/oauth
Latest
import * as slackOauth from "https://deno.land/x/slack_oauth@3.0.2/src/logger.ts";

Classes

Default logger which logs to stdout and stderr

Enums

Severity levels for log entries

Functions

INTERNAL interface for getting or creating a named Logger.

Interfaces

Interface for objects where objects in this package's logs can be sent (can be used as logger option).