Function: Logger()
Logger(
target,propertyKey):void
Defined in: core/src/decorators/ObjectDecorators.ts:77
Apply this to a property to have the logger utility injected at instantiation.
Parameters
target
any
propertyKey
string | symbol
Returns
void