Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_common/src/log/LoggingProvider.ts>LoggingProvider

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
class LoggingProvider
import { LoggingProvider } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/log/LoggingProvider.ts";

Constructors

new
LoggingProvider(importMeta: ImportMeta, setupConfig: LogConfig)

Properties

readonly
Default: Logger
readonly
Package: Logger

Methods

Logger(name?: string, usePackage?: boolean): Promise<Logger>
LoggerSync(name?: string, usePackage?: boolean): Logger