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

Latest commit

 

History

History
20 lines (13 loc) · 516 Bytes

logger-contract.md

File metadata and controls

20 lines (13 loc) · 516 Bytes

Logger

This is representing the contract which is exposed as part of Logger module. It is an object with some keys represents as different methods into it.

// For ES6
import { Logger } from '@itchef/rg-lib';

// For Non ES6
const { Logger } = require('@itchef/rg-lib');

Methods

Method Name Arguments Description
info(message) message: String Log info type messages.

See the implementation for more info: Git.js