Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CCliLogger

Isomorphic subset of the global console object

Hierarchy

  • CCliLogger

Implemented by

Index

Properties

Properties

error

error: (message?: any, ...optionalParams: any[]) => void

Type declaration

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

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

      Returns void

log

log: (message?: any, ...optionalParams: any[]) => void

Type declaration

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

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

      Returns void

Generated using TypeDoc and MonoLisa