Options
All
  • Public
  • Public/Protected
  • All
Menu

External module common/logging

Index

Enumerations

Classes

Interfaces

Functions

Functions

getTime

  • getTime(): string

pad

  • pad(str: string, paddingLength: number): string
  • Returns a string which is at least paddingLength characters long, which contains the original str and spaces to fill the remaining space if there is any.

    Parameters

    • str: string

      The string to pad.

    • paddingLength: number

      The number of spaces to add.

    Returns string

Generated using TypeDoc