ed
Namespaces | Functions
logging.cpp File Reference
#include "ed/logging.h"
#include <iostream>
#include <pthread.h>
Include dependency graph for logging.cpp:

Go to the source code of this file.

Namespaces

 ed
 
 ed::log
 

Functions

std::ostreamed::log::error ()
 
void ed::log::error (const char *str)
 
void ed::log::error (const std::string &str)
 
std::ostreamed::log::info ()
 
void ed::log::info (const char *str)
 
void ed::log::info (const std::string &str)
 
std::ostreamed::log::warning ()
 
void ed::log::warning (const char *str)
 
void ed::log::warning (const std::string &str)