Functions

std Namespace Reference

Functions

CLAW_LOGGER_EXPORT
claw::log_system
endl (claw::log_system &log)

Function Documentation

claw::log_system & std::endl ( claw::log_system log  ) 

Definition at line 181 of file logger.cpp.

{
  (log << "\n").flush();
  return log;
} // endl()