Protected Readonly options
options: { error: any; info: any }
Type declaration
error:function
- error(message: string, ...args: any[]): void
Parameters
message: string
Rest ...args: any[]
Returns void
info:function
- info(message: string, ...args: any[]): void
Parameters
message: string
Rest ...args: any[]
Returns void