BusBoy
2
|
Friends | |
class | ExternalContext |
Additional Inherited Members | |
![]() | |
enum | LogLevel { INFO, ERROR, DEBUG, WARN } |
![]() | |
virtual void | log (const std::string &file, int line, LogLevel level, const std::string &msg) |
Default implementation ignores file and line. More... | |
![]() | |
static LogLevel | enumFromString (std::string strLevel) |
Parses the string equivalent of the enum. More... | |
static std::string | enumToString (LogLevel level) |
Returns the string equivalent of the enum. More... | |
|
friend |
Copyright 2014 Google Inc. All rights reserved.