Create and return a PrintAdapter object, passing the constructor the specified object, level, and spacesPerLevel.
Declared in <bdlb_printadapter.h>
template<class TYPE>
static
PrintAdapter<TYPE>
makeAdapter(
TYPE const& object,
int level = 0,
int spacesPerLevel = 4);