File

src/client/app/modules/core/interfaces/iconsole.ts

Index

Methods

Methods

debug
debug(m: any)
Returns : void
error
error(m: any)
Returns : void
info
info(m: any)
Returns : void
log
log(m: any)
Returns : void
warn
warn(m: any)
Returns : void
export interface IConsole {
  log(m: any): void;
  debug(m: any): void;
  error(m: any): void;
  warn(m: any): void;
  info(m: any): void;
}

results matching ""

    No results matching ""