#include <logger.h>
Collaboration diagram for core::ubuntu::media::Logger::Location:Public Attributes | |
| std::string | file |
| std::string | function |
| std::uint32_t | line |
| std::string core::ubuntu::media::Logger::Location::file |
Definition at line 48 of file logger.h.
Referenced by core::ubuntu::media::operator<<().
| std::string core::ubuntu::media::Logger::Location::function |
Definition at line 49 of file logger.h.
Referenced by core::ubuntu::media::operator<<().
| std::uint32_t core::ubuntu::media::Logger::Location::line |
Definition at line 50 of file logger.h.
Referenced by core::ubuntu::media::operator<<().