![]() |
Belle II Software
release-05-02-19
|

Public Types | |
| enum | Priority { UNKNOWN = 0, DEBUG, INFO, NOTICE, WARNING, ERROR, FATAL } |
Static Private Member Functions | |
| static int | put_impl (const std::string &msg, Priority priority, va_list ap) |
Static Private Attributes | |
| static bool | g_stderr = true |
| static bool | g_opened = false |
| static std::string | g_filepath |
| static std::string | g_linkpath |
| static std::ofstream | g_stream |
| static unsigned int | g_filesize = 0 |
| static Mutex | g_mutex |
| static Priority | g_threshold |
| static std::string | g_filename |
| static Date | g_date |