_GetLog
status_t _GetLog(const BMessage* filter, BMessage& info);
return _GetLog(NULL, info);
return _GetLog(&filter, info);