| 191 | |
| 192 | |
| 193 | bool Log::empty() const |
| 194 | { |
| 195 | return (LogGroup::UNDEFINED == group) |
| 196 | && (LogCategory::UNDEFINED == category) |
| 197 | && session_token.empty() |
| 198 | && message.empty(); |
| 199 | } |
| 200 | |
| 201 | |
| 202 | const std::string Log::str(unsigned short indent, bool prefix) const |
no outgoing calls