|
typedef void(* | Callback )(const String &result) |
|
|
| Logger (Callback callback) |
|
void | SetCallback (Callback callback) |
|
void | CopyFormat (const std::ostream &stream) |
|
void | CopyFormat (const Logger &logger) |
|
void | Manipulate (std::ios_base &(*manipulator)(std::ios_base &)) |
|
template<typename Type > |
Logger | operator<< (const Type &operand) |
|
Logger | operator<< (std::ostream &(*manipulator)(std::ostream &)) |
|
template<typename Type > |
_CGUL_INLINE_IMPLEMENT CGUL::Logger | operator<< (const Type &operand) |
|
The documentation for this class was generated from the following files:
- /home/amber/Programming/Cpp/Zethes/CGUL/src/CGUL/Utility/Logger.hpp
- /home/amber/Programming/Cpp/Zethes/CGUL/src/CGUL/Utility/Logger.cpp
- /home/amber/Programming/Cpp/Zethes/CGUL/src/CGUL/Utility/Logger_Implement.hpp