Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Logger

Index

Constructors

constructor

  • Parameters

    Returns Logger

Properties

Private Readonly actualCollections

actualCollections: boolean

Private Readonly base

base: boolean

Private Readonly command

command: boolean

Private Readonly expectedCollections

expectedCollections: boolean

Private Readonly mongoexport

mongoexport: boolean

Private Readonly realtime

realtime: boolean

Private spinners

spinners: {} = ...

Type declaration

Methods

exportingCollectionStart

  • exportingCollectionStart(db: string, collection: string): void
  • Parameters

    • db: string
    • collection: string

    Returns void

exportingCollectionStop

  • exportingCollectionStop(db: string, collection: string, succeded: boolean): void
  • Parameters

    • db: string
    • collection: string
    • succeded: boolean

    Returns void

exportingDatabase

  • exportingDatabase(db: string): void
  • Parameters

    • db: string

    Returns void

Private printCollectionsHelper

  • printCollectionsHelper(schema: ExportSchema, shouldPrint: boolean, tagText: string): void
  • Parameters

    Returns void

printCommand

  • printCommand(cmd: string): void
  • Parameters

    • cmd: string

    Returns void

printExpectedCollections

  • Parameters

    Returns void

printExportedCollections

  • Parameters

    Returns void

printMongoexport

  • printMongoexport(log: string, success: boolean): void
  • Parameters

    • log: string
    • success: boolean

    Returns void

warn

  • warn(message: string, error: any): void
  • Parameters

    • message: string
    • error: any

    Returns void

Generated using TypeDoc