lifecycleDebug<P> function
P
lifecycleDebug<P>(
- P object
Implementation
P lifecycleDebug<P>(P object){
if(kDebugMode){
CategoryLogger.dSingle(LogCategory.lifecycle, object.toString());
}
return object;
}