| 202 | } |
| 203 | |
| 204 | void Logger::SetSeverity(const String& value, bool suppress_events, const Value& cookie) |
| 205 | { |
| 206 | ObjectImpl<Logger>::SetSeverity(value, suppress_events, cookie); |
| 207 | |
| 208 | UpdateMinLogSeverity(); |
| 209 | } |
| 210 | |
| 211 | void Logger::ValidateSeverity(const Lazy<String>& lvalue, const ValidationUtils& utils) |
| 212 | { |
no outgoing calls