It dereferences log_target_ to get an object.
Then it dereferences the pt_ pointer of that object to get another object.
Then it calls the dump() method of that other object.
Without seeing the rest of the code, I can't tell you what the code accomplishes.