Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Files

Latest commit

53d2b76 · Mar 17, 2022

History

History
58 lines (31 loc) · 983 Bytes

INativeLoggerFactory.md

File metadata and controls

58 lines (31 loc) · 983 Bytes

@js-soft/native-abstractions / Exports / INativeLoggerFactory

Interface: INativeLoggerFactory

Create logger

Hierarchy

  • ILoggerFactory

    INativeLoggerFactory

Table of contents

Methods

Methods

getLogger

getLogger(name): ILogger

Parameters

Name Type
name string | Function

Returns

ILogger

Inherited from

ILoggerFactory.getLogger

Defined in

node_modules/@js-soft/logging-abstractions/dist/ILoggerFactory.d.ts:3


init

init(): Promise<Result<void, ApplicationError>>

Initialize logger

Returns

Promise<Result<void, ApplicationError>>

Defined in

src/INativeLoggerFactory.ts:11