Home
last modified time | relevance | path

Searched refs:formatted_message (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/src/message_builder/
H A Dbsd_format.py29 formatted_message = ""
31 formatted_message += "<{}>".format(message.priority_value)
33 formatted_message += "{}".format(message.bsd_timestamp_value)
35 formatted_message += " {}".format(message.hostname_value)
37 formatted_message += " {}".format(message.program_value)
39 formatted_message += "[{}]:".format(message.pid_value)
41 formatted_message += " {}".format(message.message_value)
43 formatted_message += "\n"
44 return formatted_message
/dports/devel/py-cmd2/cmd2-2.3.2/examples/
H A Dcustom_parser.py25 formatted_message = ''
28 formatted_message = 'Error: ' + line
30 formatted_message += '\n ' + line
36 formatted_message = ansi.style_warning(formatted_message)
37 self.exit(2, '{}\n\n'.format(formatted_message))
/dports/devel/cutter/cutter-1.2.6/cppcutter/
H A Dcppcut-message.cpp32 gchar *formatted_message; in printf() local
39 formatted_message = g_strdup_vprintf(format, args); in printf()
41 buffer_ << formatted_message; in printf()
42 g_free(formatted_message); in printf()
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Dtext_multifile_backend.cpp88 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
97 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
100 …if (m_pImpl->m_AutoNewlineMode == always_insert || formatted_message.empty() || *formatted_message in consume()
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Dtext_multifile_backend.cpp88 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
97 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
100 …if (m_pImpl->m_AutoNewlineMode == always_insert || formatted_message.empty() || *formatted_message in consume()
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Dtext_multifile_backend.cpp88 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
97 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
100 …if (m_pImpl->m_AutoNewlineMode == always_insert || formatted_message.empty() || *formatted_message in consume()
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Dtext_multifile_backend.cpp88 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
97 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
100 …if (m_pImpl->m_AutoNewlineMode == always_insert || formatted_message.empty() || *formatted_message in consume()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/lib/
H A Dlog.c124 xdebug_str formatted_message = XDEBUG_STR_INITIALIZER;
130 xdebug_str_add_const(&formatted_message, "Xdebug: ");
132 xdebug_str_add(&formatted_message, message, 0);
135 xdebug_str_add_const(&formatted_message, " (See: ");
136 xdebug_str_add(&formatted_message, xdebug_lib_docs_base(), 0);
137 xdebug_str_add_const(&formatted_message, "errors#");
140 xdebug_str_addc(&formatted_message, '-');
141 xdebug_str_add(&formatted_message, error_code, 0);
142 xdebug_str_addc(&formatted_message, ')');
145 php_log_err(formatted_message.d);
[all …]
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/generator/pot/
H A Dpo_entry.rb112 formatted_message = '""'
114 formatted_message += "\n"
115 formatted_message += "\"#{escape(line)}\""
117 formatted_message
/dports/devel/py-oletools/oletools-0.54.2/oletools/common/log_helper/
H A D_json_formatter.py23 formatted_message = ' ' + json.dumps(json_dict)
27 return formatted_message
29 return ', ' + formatted_message
/dports/science/qmcpack/qmcpack-3.11.0/src/formic/utils/
H A Dexception.h51 std::string formatted_message; variable
53formatted_message = _f.str(); // boost will throw an error here if the formatting is incomplete
61 if (complete) *this = formic::Exception(formatted_message);
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/java/proxies/
H A Djava-template-proxy.c78 GString *formatted_message = g_string_sized_new(1024); in Java_org_syslog_1ng_LogTemplate_format() local
81 log_template_format(template, msg, &options, formatted_message); in Java_org_syslog_1ng_LogTemplate_format()
82 result = (*env)->NewStringUTF(env, formatted_message->str); in Java_org_syslog_1ng_LogTemplate_format()
83 g_string_free(formatted_message, TRUE); in Java_org_syslog_1ng_LogTemplate_format()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogMessageOsLog.cpp57 std::unique_ptr<char[]> formatted_message( in GetMessage() local
59 if (formatted_message) in GetMessage()
60 m_message = formatted_message.get(); in GetMessage()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogMessageOsLog.cpp57 std::unique_ptr<char[]> formatted_message( in GetMessage() local
59 if (formatted_message) in GetMessage()
60 m_message = formatted_message.get(); in GetMessage()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogMessageOsLog.cpp57 std::unique_ptr<char[]> formatted_message( in GetMessage() local
59 if (formatted_message) in GetMessage()
60 m_message = formatted_message.get(); in GetMessage()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogMessageOsLog.cpp57 std::unique_ptr<char[]> formatted_message( in GetMessage() local
59 if (formatted_message) in GetMessage()
60 m_message = formatted_message.get(); in GetMessage()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogMessageOsLog.cpp57 std::unique_ptr<char[]> formatted_message( in GetMessage() local
59 if (formatted_message) in GetMessage()
60 m_message = formatted_message.get(); in GetMessage()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/pseudofile/
H A Dpseudofile.c86 _format_message(PseudoFileDestDriver *self, LogMessage *msg, GString *formatted_message) in _format_message() argument
89 log_template_format(self->template, msg, &options, formatted_message); in _format_message()
170 GString *formatted_message = scratch_buffers_alloc(); in pseudofile_dd_queue() local
177 _format_message(self, msg, formatted_message); in pseudofile_dd_queue()
180 success = _write_message(self, formatted_message); in pseudofile_dd_queue()
/dports/graphics/gimp-app/gimp-2.10.30/app/gui/
H A Dgui-message.c432 gchar *formatted_message; in gui_message_console() local
434 formatted_message = gui_message_format (severity, domain, message); in gui_message_console()
435 g_printerr ("%s\n\n", formatted_message); in gui_message_console()
436 g_free (formatted_message); in gui_message_console()
445 gchar *formatted_message; in gui_message_format() local
450 formatted_message = g_strdup_printf ("%s-%s: %s", domain, desc, message); in gui_message_format()
452 return formatted_message; in gui_message_format()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Dtext_multifile_backend.cpp69 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
78 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Dtext_multifile_backend.cpp69 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
78 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Dtext_multifile_backend.cpp69 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
78 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Dtext_multifile_backend.cpp69 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
78 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Dtext_multifile_backend.cpp69 … void text_multifile_backend::consume(record_view const& rec, string_type const& formatted_message) in consume() argument
78 …m_pImpl->m_File.write(formatted_message.data(), static_cast< std::streamsize >(formatted_message.s… in consume()
/dports/devel/boost-docs/boost_1_72_0/boost/log/sinks/
H A Dtext_ipc_message_queue_backend.hpp147 void consume(record_view const&, string_type const& formatted_message) in consume() argument
152 const string_type::size_type size = formatted_message.size(); in consume()
155 m_queue.send(formatted_message.data(), static_cast< size_type >(size)); in consume()

123456789