ed
Functions
ed::log Namespace Reference

Functions

std::ostreamerror ()
 
void error (const char *str)
 
void error (const std::string &str)
 
std::ostreaminfo ()
 
void info (const char *str)
 
void info (const std::string &str)
 
std::ostreamwarning ()
 
void warning (const char *str)
 
void warning (const std::string &str)
 

Function Documentation

◆ error() [1/3]

std::ostream & ed::log::error ( )

Definition at line 74 of file logging.cpp.

◆ error() [2/3]

void ed::log::error ( const char *  str)

Definition at line 82 of file logging.cpp.

◆ error() [3/3]

void ed::log::error ( const std::string str)

Definition at line 89 of file logging.cpp.

◆ info() [1/3]

std::ostream & ed::log::info ( )

Definition at line 30 of file logging.cpp.

◆ info() [2/3]

void ed::log::info ( const char *  str)

Definition at line 38 of file logging.cpp.

◆ info() [3/3]

void ed::log::info ( const std::string str)

Definition at line 45 of file logging.cpp.

◆ warning() [1/3]

std::ostream & ed::log::warning ( )

Definition at line 52 of file logging.cpp.

◆ warning() [2/3]

void ed::log::warning ( const char *  str)

Definition at line 60 of file logging.cpp.

◆ warning() [3/3]

void ed::log::warning ( const std::string str)

Definition at line 67 of file logging.cpp.