Home
last modified time | relevance | path

Searched refs:LOG_TYPE (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/cad/oregano/oregano-0.84.43/src/
H A Dlog.h8 #define LOG_TYPE (log_get_type ()) macro
9 #define LOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), LOG_TYPE, Log))
10 #define LOG_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), LOG_TYPE, Log const))
11 #define LOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), LOG_TYPE, LogClass))
12 #define LOG_IS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), LOG_TYPE))
13 #define LOG_IS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), LOG_TYPE))
14 #define LOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), LOG_TYPE, LogClass))
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/Logging/
H A DLogManager.h41 void Log(LOG_LEVELS level, LOG_TYPE type, const char* file, int line, const char* fmt,
43 void LogWithFullPath(LOG_LEVELS level, LOG_TYPE type, const char* file, int line, const char* fmt,
49 void SetEnable(LOG_TYPE type, bool enable);
50 bool IsEnabled(LOG_TYPE type, LOG_LEVELS level = LNOTICE) const;
54 const char* GetShortName(LOG_TYPE type) const;
55 const char* GetFullName(LOG_TYPE type) const;
H A DLogManager.cpp65 void GenericLog(LOG_LEVELS level, LOG_TYPE type, const char* file, int line, const char* fmt, ...) in GenericLog()
198 void LogManager::Log(LOG_LEVELS level, LOG_TYPE type, const char* file, int line, in Log()
204 void LogManager::LogWithFullPath(LOG_LEVELS level, LOG_TYPE type, const char* file, int line, in LogWithFullPath()
232 void LogManager::SetEnable(LOG_TYPE type, bool enable) in SetEnable()
237 bool LogManager::IsEnabled(LOG_TYPE type, LOG_LEVELS level) const in IsEnabled()
253 const char* LogManager::GetShortName(LOG_TYPE type) const in GetShortName()
258 const char* LogManager::GetFullName(LOG_TYPE type) const in GetFullName()
/dports/sysutils/cfengine-devel/core-d08ae9eff/misc/changelog-generator/
H A Dchangelog-generator35 LOG_TYPE = 0
75 LOG_TYPE |= LOG_COMMUNITY
78 LOG_TYPE |= LOG_ENTERPRISE
81 LOG_TYPE |= LOG_MASTERFILES
84 LOG_TYPE |= LOG_REPO
89 if LOG_TYPE == 0:
95 if LOG_TYPE & LOG_COMMUNITY != 0:
100 if LOG_TYPE & LOG_ENTERPRISE != 0:
104 if LOG_TYPE & LOG_MASTERFILES != 0:
106 if LOG_TYPE == LOG_REPO:
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/misc/changelog-generator/
H A Dchangelog-generator35 LOG_TYPE = 0
75 LOG_TYPE |= LOG_COMMUNITY
78 LOG_TYPE |= LOG_ENTERPRISE
81 LOG_TYPE |= LOG_MASTERFILES
84 LOG_TYPE |= LOG_REPO
89 if LOG_TYPE == 0:
95 if LOG_TYPE & LOG_COMMUNITY != 0:
100 if LOG_TYPE & LOG_ENTERPRISE != 0:
104 if LOG_TYPE & LOG_MASTERFILES != 0:
106 if LOG_TYPE == LOG_REPO:
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DLogManager.h136 void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
138 bool IsEnabled(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type);
140 LogChannel *GetLogChannel(LogTypes::LOG_TYPE type) { in GetLogChannel()
144 void SetLogLevel(LogTypes::LOG_TYPE type, LogTypes::LOG_LEVELS level) { in SetLogLevel()
154 void SetEnabled(LogTypes::LOG_TYPE type, bool enable) { in SetEnabled()
158 LogTypes::LOG_LEVELS GetLogLevel(LogTypes::LOG_TYPE type) { in GetLogLevel()
H A DLog.h31 enum LOG_TYPE { enum
78 void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
84 bool GenericLogEnabled(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type);
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DLogManager.h136 void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
138 bool IsEnabled(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type);
140 LogChannel *GetLogChannel(LogTypes::LOG_TYPE type) { in GetLogChannel()
144 void SetLogLevel(LogTypes::LOG_TYPE type, LogTypes::LOG_LEVELS level) { in SetLogLevel()
154 void SetEnabled(LogTypes::LOG_TYPE type, bool enable) { in SetEnabled()
158 LogTypes::LOG_LEVELS GetLogLevel(LogTypes::LOG_TYPE type) { in GetLogLevel()
H A DLog.h31 enum LOG_TYPE { enum
78 void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
84 bool GenericLogEnabled(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DLogManager.h136 void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
138 bool IsEnabled(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type);
140 LogChannel *GetLogChannel(LogTypes::LOG_TYPE type) { in GetLogChannel()
144 void SetLogLevel(LogTypes::LOG_TYPE type, LogTypes::LOG_LEVELS level) { in SetLogLevel()
154 void SetEnabled(LogTypes::LOG_TYPE type, bool enable) { in SetEnabled()
158 LogTypes::LOG_LEVELS GetLogLevel(LogTypes::LOG_TYPE type) { in GetLogLevel()
H A DLog.h31 enum LOG_TYPE { enum
78 void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
84 bool GenericLogEnabled(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type);
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/glide2gl/src/Glitch64/
H A Dglitchmain.h34 #define LOG_TYPE stderr macro
36 #define LOG_TYPE stdout macro
38 #define LOG_TYPE stderr macro
51 #define TEXLOG(...) fprintf(LOG_TYPE, __VA_ARGS__)
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dphrase_index_logger.h43 enum LOG_TYPE{ enum
158 bool next_record(LOG_TYPE & log_type, phrase_token_t & token, in next_record()
164 m_chunk->get_content(offset, &log_type, sizeof(LOG_TYPE)); in next_record()
165 offset += sizeof(LOG_TYPE); in next_record()
233 bool append_record(LOG_TYPE log_type, phrase_token_t token, in append_record()
238 chunk.set_content(offset, &log_type, sizeof(LOG_TYPE)); in append_record()
239 offset += sizeof(LOG_TYPE); in append_record()
/dports/audio/pianod2/pianod2-329/src/common/
H A Dlogging.h38 } LOG_TYPE; typedef
41 extern LOG_TYPE flogging_level;
64 inline bool logging_enabled (LOG_TYPE level) { in logging_enabled()
78 void flog (LOG_TYPE level, MoreItems&&... more) { in flog()
H A Dlogging.cpp13 LOG_TYPE flogging_level = LOG_WARNING; // Log errors only
15 flogging_level = (LOG_TYPE) logtype; in set_logging()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djl_logger.h57 const std::string logMessage(logging::LOG_TYPE logLevel, logging::Message::MessageID mid, in logMessage()
63 …const std::string logMessage(logging::LOG_TYPE logLevel, const std::string& msg, logging::Message:…
70 const std::string logMessage(logging::LOG_TYPE logLevel, unsigned idbErrorCode);
95 logging::LOG_TYPE = logging::LOG_TYPE_CRITICAL);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djl_logger.h57 const std::string logMessage(logging::LOG_TYPE logLevel, logging::Message::MessageID mid, in logMessage()
63 …const std::string logMessage(logging::LOG_TYPE logLevel, const std::string& msg, logging::Message:…
70 const std::string logMessage(logging::LOG_TYPE logLevel, unsigned idbErrorCode);
95 logging::LOG_TYPE = logging::LOG_TYPE_CRITICAL);
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dlog.h33 typedef enum LOG_TYPE { enum
36 } LOG_TYPE; typedef
43 …t(struct chatlog *log, const char *name, const char *selfkey, const char *otherkey, LOG_TYPE type);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/IOS/
H A DDevice.h133 void Log(const std::string& description, Common::Log::LOG_TYPE type = Common::Log::IOS,
135 void Dump(const std::string& description, Common::Log::LOG_TYPE type = Common::Log::IOS,
137 void DumpUnknown(const std::string& description, Common::Log::LOG_TYPE type = Common::Log::IOS,
160 void Dump(const std::string& description, Common::Log::LOG_TYPE type = Common::Log::IOS,
162 void DumpUnknown(const std::string& description, Common::Log::LOG_TYPE type = Common::Log::IOS,
H A DDevice.cpp97 void IOCtlRequest::Log(const std::string& device_name, Common::Log::LOG_TYPE type, in Log()
104 void IOCtlRequest::Dump(const std::string& description, Common::Log::LOG_TYPE type, in Dump()
114 void IOCtlRequest::DumpUnknown(const std::string& description, Common::Log::LOG_TYPE type, in DumpUnknown()
120 void IOCtlVRequest::Dump(const std::string& description, Common::Log::LOG_TYPE type, in Dump()
136 void IOCtlVRequest::DumpUnknown(const std::string& description, Common::Log::LOG_TYPE type, in DumpUnknown()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/Debugger/
H A DDebugger_SymbolMap.h23 void PrintCallstack(Common::Log::LOG_TYPE type, Common::Log::LOG_LEVELS level);
24 void PrintDataBuffer(Common::Log::LOG_TYPE type, const u8* data, size_t size,
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/loggingcpp/
H A Dlogger.h55 const std::string logMessage(LOG_TYPE logLevel, Message::MessageID mid,
62 … const std::string logMessage(LOG_TYPE logLevel, const Message& message, const LoggingID& logInfo);
H A Dlogger.cpp37 const string Logger::logMessage(LOG_TYPE logLevel, Message::MessageID mid, const Message::Args& arg… in logMessage()
80 const std::string Logger::logMessage(LOG_TYPE logLevel, const Message& msg, const LoggingID& logInf… in logMessage()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/loggingcpp/
H A Dlogger.h55 const std::string logMessage(LOG_TYPE logLevel, Message::MessageID mid,
62 … const std::string logMessage(LOG_TYPE logLevel, const Message& message, const LoggingID& logInfo);
H A Dlogger.cpp37 const string Logger::logMessage(LOG_TYPE logLevel, Message::MessageID mid, const Message::Args& arg… in logMessage()
80 const std::string Logger::logMessage(LOG_TYPE logLevel, const Message& msg, const LoggingID& logInf… in logMessage()

1234567