Skip to main content
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.147-integration/src/log/LoggingProvider.ts";

Constructors

new
LoggingProvider(setupConfig: LogConfig)

Methods

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