log method

dynamic log()

Implementation

log(){
  if(kDebugMode){
    print(this);
  }
}