Lines Matching refs:LOG_DEBUG

36     LOG_DEBUG("account.name:%{private}s", account.name.c_str());
37 LOG_DEBUG("account.type:%{private}s", account.type.c_str());
38 LOG_DEBUG("account.displayName:%{private}s", account.displayName.value_or("").c_str());
43 LOG_DEBUG("id :%{private}d", event.id.value_or(-1));
44 LOG_DEBUG("type :%{private}d", event.type);
45 LOG_DEBUG("title :%{private}s", event.title.value_or("[null]").c_str());
48 LOG_DEBUG("location.location :%{private}s", location.location.value_or("[null]").c_str());
49 LOG_DEBUG("location.longitude :%{private}lf", location.longitude.value_or(-1));
50 LOG_DEBUG("location.latitude :%{private}lf", location.latitude.value_or(-1));
52 LOG_DEBUG("location [null]");
56 LOG_DEBUG("service.type :%{private}s", service.type.c_str());
57 LOG_DEBUG("service.description :%{private}s", service.description.value_or("[null]").c_str());
58 LOG_DEBUG("service.uri :%{private}s", service.uri.c_str());
60 LOG_DEBUG("service [null]");
63 LOG_DEBUG("recurrenceRule.recurrenceFrequency: %{private}d", event.recurrenceRule.value().recurrenceFrequency);
65 LOG_DEBUG("startTime :%{private}s", std::to_string(event.startTime).c_str());
66 LOG_DEBUG("endTime :%{private}s", std::to_string(event.endTime).c_str());
67 LOG_DEBUG("isAllDay :%{private}d", event.isAllDay.value_or(0));
70 LOG_DEBUG("attendee.name :%{private}s", attendee.name.c_str());
71 LOG_DEBUG("attendee.email :%{private}s", attendee.email.c_str());
74 LOG_DEBUG("timeZone :%{private}s", event.timeZone.value_or("[null]").c_str());
75 LOG_DEBUG("description :%{private}s", event.description.value_or("[null]").c_str());
366 LOG_DEBUG("title %{private}s", event.title.value_or("").c_str());
377 LOG_DEBUG("description %{private}s", event.description.value_or("").c_str());
402 LOG_DEBUG("attendeeName %{private}s", attendee.name.c_str());
404 LOG_DEBUG("attendeeEmail %{private}s", attendee.email.c_str());
468 LOG_DEBUG("id: %{private}d", idValue);
473 LOG_DEBUG("account_name: %{private}s", nameValue.c_str());
478 LOG_DEBUG("account_type: %{private}s", typeValue.c_str());
482 LOG_DEBUG("calendar_displayName: %{private}s", displayNameValue.c_str());
486 LOG_DEBUG("canReminder: %{private}d", canReminder);
761 LOG_DEBUG("TLQ get startTime");
765 LOG_DEBUG("TLQ get endTime");
908 LOG_DEBUG("color string is not valid hex string");
912 LOG_DEBUG("color string size is 7 or 9");
915 LOG_DEBUG("colorStrSub -> colorValue colorValue:%{public}s", std::to_string(std::get<1>(colorValue)).c_str());
918 LOG_DEBUG("color is null");