#include <Logger.h>
|
| static llvm::raw_ostream & | logs (const std::string &Name) |
| |
| static llvm::raw_ostream & | outs (const std::string &Name) |
| |
| static void | trace (llvm::StringRef Msg) |
| |
| template<typename T > |
| static void | logfile (const std::string &Filename, T &&Data) |
| |
◆ logfile()
template<typename T >
| static void proteus::Logger::logfile |
( |
const std::string & |
Filename, |
|
|
T && |
Data |
|
) |
| |
|
inlinestatic |
◆ logs()
| static llvm::raw_ostream & proteus::Logger::logs |
( |
const std::string & |
Name | ) |
|
|
inlinestatic |
◆ outs()
| static llvm::raw_ostream & proteus::Logger::outs |
( |
const std::string & |
Name | ) |
|
|
inlinestatic |
◆ trace()
| static void proteus::Logger::trace |
( |
llvm::StringRef |
Msg | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: