|
| | Logger (char const *file, char const *function, int line, std::string const &message) |
| | Constructor. More...
|
| |
|
void | Assertion () |
| |
|
void | Error () |
| |
|
void | Warning () |
| |
|
void | Information () |
| |
|
|
static void | Subscribe (Listener *listener) |
| |
|
static void | Unsubscribe (Listener *listener) |
| |
Definition at line 58 of file NeLogger.h.
◆ Logger()
| NeuralEngine::Logger::Logger |
( |
char const * |
file, |
|
|
char const * |
function, |
|
|
int |
line, |
|
|
std::string const & |
message |
|
) |
| |
Constructor.
<note> Construction. The Logger object is designed to exist only for a single-line call. A string is generated from the input parameters and is used for reporting. </note>
Hmetal T, 04.08.2016.
- Parameters
-
| file | The file. |
| function | The function. |
| line | The line. |
| message | The message. |
◆ mMessage
| std::string NeuralEngine::Logger::mMessage |
|
private |
◆ msMutex
| std::mutex NeuralEngine::Logger::msMutex |
|
staticprivate |
◆ msListeners
| std::set<Listener*> NeuralEngine::Logger::msListeners |
|
staticprivate |
The documentation for this class was generated from the following file: