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