Searched refs:Logger (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCLog.h30 class Logger;
31 typedef IntrusiveRefCntPtr<Logger> LogRef;
36 /// if (LogRef Log = Logger::make(__func__)) {
40 class Logger : public RefCountedBase<Logger> { class in namespace:clang::cxindex
52 if (const char *EnvOpt = Logger::getEnvVar())
59 return new Logger(name, trace);
63 explicit Logger(llvm::StringRef name, bool trace) function in class:clang::cxindex::Logger
65 ~Logger();
67 Logger
[all...]
H A DCIndexHigh.cpp411 LogRef Log = Logger::make(__func__);
485 LogRef Log = Logger::make(__func__);
/netbsd-current/external/bsd/elftosb/dist/common/
H A DLogging.h44 class Logger class
61 Logger() : m_filter(INFO), m_level(INFO) {} function in class:Logger
64 virtual ~Logger() {}
130 static inline Logger * getLogger() { return s_logger; }
133 static inline void setLogger(Logger * logger) { s_logger = logger; }
145 static void log(Logger::log_level_t level, const char * fmt, ...);
148 static void log(Logger::log_level_t level, const std::string & msg);
152 static Logger * s_logger; //!< The single global logger instance.
166 * Log::SetOutputLevel leveler(Logger::DEBUG);
181 SetOutputLevel(Logger
[all...]
H A DLogging.cpp14 Logger * Log::s_logger = NULL;
16 void Logger::log(const char * fmt, ...)
24 void Logger::log(log_level_t level, const char * fmt, ...)
32 void Logger::log(const char * fmt, va_list args)
39 void Logger::log(log_level_t level, const char * fmt, va_list args)
68 void Log::log(Logger::log_level_t level, const char * fmt, ...)
79 void Log::log(Logger::log_level_t level, const std::string & msg)
H A DRijndaelCBCMAC.cpp13 void logHexArray(Logger::log_level_t level, const uint8_t * bytes, unsigned count);
59 // Log::log(Logger::DEBUG2, "CBC-MAC output block:\n");
60 // logHexArray(Logger::DEBUG2, (const uint8_t *)&m_mac, sizeof(m_mac));
66 void logHexArray(Logger::log_level_t level, const uint8_t * bytes, unsigned count)
H A DELFSourceFile.cpp111 Log::log(Logger::WARNING, "invalid type for 'toolset' option\n");
134 Log::log(Logger::WARNING, "unrecognized value for 'toolset' option\n");
156 Log::log(Logger::WARNING, "invalid type for 'secinfoClear' option\n");
183 Log::log(Logger::WARNING, "unrecognized value for 'secinfoClear' option\n");
203 Log::log(Logger::DEBUG2, "filtering sections of file: %s\n", getPath().c_str());
226 Log::log(Logger::DEBUG2, "creating segment for section %s\n", name.c_str());
231 Log::log(Logger::DEBUG2, "section %s did not match\n", name.c_str());
264 Log::log(Logger::DEBUG2, "Entry point is %s@0x%08x (%s)\n", symbolName.c_str(), symbol.st_value, entryPointIsThumb ? "Thumb" : "ARM");
469 Log::log(Logger::DEBUG2, "..section %s is not filled\n", name.c_str());
H A DGHSSecInfo.cpp50 //! #Logger::WARNING level.
82 Log::log(Logger::WARNING, "ELF Error: Size mismatch @ sect=%u, .secinfo=%u at addr 0x%08X\n", length, numBytesToClear, addr);
H A DSRecordSourceFile.cpp87 Log::log(Logger::DEBUG2, "entry point address is 0x%08x\n", m_entryRecord.m_address);
H A DEncoreBootImage.cpp724 Log::log(Logger::INFO2, "\tNOOP\n");
774 Log::log(Logger::INFO2, " BTAG | sec=0x%08x | cnt=0x%08x | flg=0x%08x\n", m_sectionIdentifier, m_sectionLength, m_sectionFlags);
979 Log::log(Logger::INFO2, " LOAD | adr=0x%08x | len=0x%08x | crc=0x%08x | flg=0x%08x\n", m_address, m_length, calculateCRC(), m_loadDCD ? ROM_LOAD_DCD : 0);
1042 Log::log(Logger::INFO2, " FILL | adr=0x%08x | len=0x%08x | ptn=0x%08x\n", m_address, m_count, m_pattern);
1077 Log::log(Logger::INFO2, " MODE | mod=0x%08x\n", m_mode);
1114 Log::log(Logger::INFO2, " JUMP | adr=0x%08x | arg=0x%08x | flg=0x%08x\n", m_address, m_argument, m_isHAB ? ROM_HAB_EXEC : 0);
1119 Log::log(Logger::INFO2, " CALL | adr=0x%08x | arg=0x%08x | flg=0x%08x\n", m_address, m_argument, m_isHAB ? ROM_HAB_EXEC : 0);
1288 Log::log(Logger::INFO2, "Boot Section 0x%08x:\n", m_identifier);
1370 Log::log(Logger::INFO2, "Data Section 0x%08x: (%d bytes, %d blocks)\n", m_identifier, m_length, getBlockCount());
/netbsd-current/external/bsd/elftosb/dist/keygen/
H A Dkeygen.cpp87 m_logger->setFilterLevel(Logger::INFO);
135 Log::getLogger()->setFilterLevel(Logger::DEBUG);
139 Log::getLogger()->setFilterLevel(Logger::WARNING);
151 Log::log(Logger::ERROR, "error: unrecognized option\n\n");
160 // Log::SetOutputLevel leveler(Logger::DEBUG);
216 Log::log(Logger::ERROR, "error: %s\n", e.what());
221 Log::log(Logger::ERROR, "error: unexpected exception\n");
239 case Logger::INFO:
240 Log::getLogger()->setFilterLevel(Logger::INFO2);
242 case Logger
[all...]
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DBootImageGenerator.cpp45 Log::log(Logger::WARNING, "warning: productVersion option is an unexpected type\n");
60 Log::log(Logger::WARNING, "warning: componentVersion option is an unexpected type\n");
76 Log::log(Logger::WARNING, "warning: driveTag option is an unexpected type\n");
H A Delftosb.cpp148 m_logger->setFilterLevel(Logger::INFO);
231 Log::log(Logger::ERROR, "error: unknown chip family '%s'\n", optarg);
272 Log::getLogger()->setFilterLevel(Logger::DEBUG);
276 Log::getLogger()->setFilterLevel(Logger::WARNING);
291 Log::log(Logger::ERROR, "error: unrecognized option\n\n");
300 Log::SetOutputLevel leveler(Logger::DEBUG);
361 Log::log(Logger::ERROR, "error: %s\n", e.what());
366 Log::log(Logger::ERROR, "error: unexpected exception\n");
400 case Logger::INFO:
401 Log::getLogger()->setFilterLevel(Logger
[all...]
H A DEncoreBootImageGenerator.cpp44 Log::log(Logger::WARNING, "warning: unexpected output section type\n");
70 Log::log(Logger::WARNING, "warning: flags option is an unexpected type\n");
100 Log::log(Logger::WARNING, "warning: sectionFlags option is an unexpected type\n");
114 Log::log(Logger::WARNING, "warning: alignment option value must be 16 or greater\n");
121 Log::log(Logger::WARNING, "warning: alignment option is an unexpected type\n");
137 Log::log(Logger::WARNING, "warning: cleartext option is an unexpected type\n");
173 Log::log(Logger::WARNING, "warning: unexpected operation type\n");
H A DConversionController.cpp115 Log::SetOutputLevel debugLevel(Logger::DEBUG2);
350 Log::log(Logger::INFO2, "failed to open source file: %s (ignoring for now)\n", path->c_str());
380 Log::log(Logger::INFO2, "failed to open source file: %s (ignoring for now)\n", m_externPaths[externalFileNumber].c_str());
405 Log::log(Logger::WARNING, "warning: no sections were defined in command file");
920 Log::log(Logger::INFO, "%s\n", finalMessage->c_str());
924 Log::log(Logger::WARNING, "warning: %s\n", finalMessage->c_str());
/netbsd-current/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp108 m_logger->setFilterLevel(Logger::INFO);
170 Log::getLogger()->setFilterLevel(Logger::WARNING);
174 Log::getLogger()->setFilterLevel(Logger::DEBUG);
178 Log::getLogger()->setFilterLevel(Logger::WARNING);
186 Log::log(Logger::ERROR, "error: unrecognized option\n\n");
195 // Log::SetOutputLevel leveler(Logger::DEBUG);
247 Log::log(Logger::ERROR, "error: %s\n", e.what());
252 Log::log(Logger::ERROR, "error: unexpected exception\n");
270 case Logger::INFO:
271 Log::getLogger()->setFilterLevel(Logger
[all...]
/netbsd-current/external/bsd/elftosb/dist/encryptgpk/
H A Dencryptgpk.cpp128 m_logger->setFilterLevel(Logger::INFO);
196 Log::getLogger()->setFilterLevel(Logger::DEBUG);
200 Log::getLogger()->setFilterLevel(Logger::WARNING);
208 Log::log(Logger::ERROR, "error: unrecognized option\n\n");
217 // Log::SetOutputLevel leveler(Logger::DEBUG);
275 Log::log(Logger::ERROR, "error: %s\n", e.what());
280 Log::log(Logger::ERROR, "error: unexpected exception\n");
409 case Logger::INFO:
410 Log::getLogger()->setFilterLevel(Logger::INFO2);
412 case Logger
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dnulllogger.d10 class NullLogger : Logger
14 Independent of the parameter this Logger will never log a message.
H A Dmultilogger.d8 $(D Logger) to a $(D string).
12 string name; /// The name if the $(D Logger)
13 Logger logger; /// The stored $(D Logger)
16 /** MultiLogger logs to multiple $(D Logger). The $(D Logger)s are stored in an
17 $(D Logger[]) in their order of insertion.
20 Logger)s inserted into it. This $(D MultiLogger) implementation can
21 hold multiple $(D Logger)s with the same name. If the method $(D removeLogger)
22 is used to remove a $(D Logger) onl
[all...]
H A Dfilelogger.d13 /** This $(D Logger) implementation writes log messages to the associated
17 class FileLogger : Logger
23 /** A constructor for the $(D FileLogger) Logger.
42 /** A constructor for the $(D FileLogger) Logger that takes a reference to
83 /** A constructor for the $(D FileLogger) Logger that takes a reference to
122 Tid threadId, SysTime timestamp, Logger logger)
H A Dcore.d633 private Logger log;
635 this(Logger log) @safe
708 abstract class Logger
738 /// A refernce to the $(D Logger) used to create this $(D LogEntry)
739 Logger logger;
743 Every subclass of `Logger` has to call this constructor from their
749 lv = `LogLevel` to use for this `Logger` instance.
778 As an example for such a custom $(D Logger) compare this:
780 class CLogger : Logger
813 Tid threadId, SysTime timestamp, Logger logge
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dnulllogger.d13 class NullLogger : Logger
17 Independent of the parameter this Logger will never log a message.
H A Dmultilogger.d11 `Logger` to a `string`.
15 string name; /// The name if the `Logger`
16 Logger logger; /// The stored `Logger`
19 /** MultiLogger logs to multiple `Logger`. The `Logger`s are stored in an
20 `Logger[]` in their order of insertion.
23 Logger)s inserted into it. This `MultiLogger` implementation can
24 hold multiple `Logger`s with the same name. If the method `removeLogger`
25 is used to remove a `Logger` onl
[all...]
H A Dfilelogger.d16 /** This `Logger` implementation writes log messages to the associated
20 class FileLogger : Logger
26 /** A constructor for the `FileLogger` Logger.
45 /** A constructor for the `FileLogger` Logger that takes a reference to
86 /** A constructor for the `FileLogger` Logger that takes a reference to
125 Tid threadId, SysTime timestamp, Logger logger)
H A Dcore.d636 private Logger log;
638 this(Logger log) @safe
711 abstract class Logger
741 /// A refernce to the `Logger` used to create this `LogEntry`
742 Logger logger;
746 Every subclass of `Logger` has to call this constructor from their
752 lv = `LogLevel` to use for this `Logger` instance.
781 As an example for such a custom `Logger` compare this:
783 class CLogger : Logger
816 Tid threadId, SysTime timestamp, Logger logge
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h136 class Logger final {
138 /// Construct a Logger. If IncludeReward is false, then logReward shouldn't
140 Logger(const std::vector<LoggedFeatureSpec> &FeatureSpecs, function in class:llvm::final

Completed in 463 milliseconds

12