Console | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu
                                          *
          Node.js v6.x API                *
                                          *

Hierarchy

  • Console

Index

Properties

Console

Console: object

Type declaration

Methods

assert

  • assert(value: any, message?: string, ...optionalParams: any[]): void
  • Parameters

    • value: any
    • Optional message: string
    • Rest ...optionalParams: any[]

    Returns void

dir

  • Parameters

    Returns void

error

  • error(message?: any, ...optionalParams: any[]): void
  • Parameters

    • Optional message: any
    • Rest ...optionalParams: any[]

    Returns void

info

  • info(message?: any, ...optionalParams: any[]): void
  • Parameters

    • Optional message: any
    • Rest ...optionalParams: any[]

    Returns void

log

  • log(message?: any, ...optionalParams: any[]): void
  • Parameters

    • Optional message: any
    • Rest ...optionalParams: any[]

    Returns void

time

  • time(label: string): void
  • Parameters

    • label: string

    Returns void

timeEnd

  • timeEnd(label: string): void
  • Parameters

    • label: string

    Returns void

trace

  • trace(message?: any, ...optionalParams: any[]): void
  • Parameters

    • Optional message: any
    • Rest ...optionalParams: any[]

    Returns void

warn

  • warn(message?: any, ...optionalParams: any[]): void
  • Parameters

    • Optional message: any
    • Rest ...optionalParams: any[]

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc