Home
last modified time | relevance | path

Searched refs:logging (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/netbsd-src/external/bsd/kyua-cli/dist/utils/logging/
H A Doperations_test.cpp47 namespace logging = utils::logging;
55 logging::generate_log_name(fs::path("/some/dir"), "foobar")); in ATF_TEST_CASE_BODY()
58 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY()
62 logging::generate_log_name(fs::path("/some/dir"), "foobar")); in ATF_TEST_CASE_BODY()
70 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY()
72 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY()
76 logging::generate_log_name(fs::path("/some/dir"), "foobar")); in ATF_TEST_CASE_BODY()
79 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY()
83 logging::generate_log_name(fs::path("/some/dir"), "foobar")); in ATF_TEST_CASE_BODY()
90 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
[all …]
H A Doperations.cpp48 namespace logging = utils::logging;
83 static logging::level log_level = logging::level_debug;
95 static std::vector< std::pair< logging::level, std::string > > backlog;
112 level_to_char(const logging::level level) in level_to_char()
115 case logging::level_error: return 'E'; in level_to_char()
116 case logging::level_warning: return 'W'; in level_to_char()
117 case logging::level_info: return 'I'; in level_to_char()
118 case logging::level_debug: return 'D'; in level_to_char()
137 logging::generate_log_name(const fs::path& logdir, const std::string& progname) in generate_log_name()
157 logging::log(const level message_level, const char* file, const int line, in log()
[all …]
H A Dmacros.hpp43 #define LD(message) utils::logging::log(utils::logging::level_debug, \
50 #define LE(message) utils::logging::log(utils::logging::level_error, \
57 #define LI(message) utils::logging::log(utils::logging::level_info, \
64 #define LW(message) utils::logging::log(utils::logging::level_warning, \
H A Dmacros_test.cpp42 namespace logging = utils::logging;
48 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
64 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
80 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
96 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py9 import logging
53 logging.debug('run build %s, in environment: %s', command, environment)
55 logging.debug('build finished with exit code: %d', exit_code)
72 logging.debug('exec command %s in %s', command, directory)
92 root = logging.getLogger()
94 level = logging.WARNING - min(logging.WARNING, (10 * verbose_level))
101 handler = logging.StreamHandler(sys.stdout)
102 handler.setFormatter(logging.Formatter(fmt=fmt_string))
120 logging.basicConfig(format='%(name)s: %(message)s',
121 level=logging.WARNING,
[all …]
H A Dintercept.py29 import logging
119 logging.debug('intercept gonna use compiler wrappers')
126 logging.debug('intercept gonna preload libear on OSX')
132 logging.debug('intercept gonna preload libear on UNIX')
155 logging.warning(message_prefix, 'missing target directory')
161 logging.debug('writing execution report to: %s', target_file)
164 logging.warning(message_prefix, 'io problem')
190 logging.debug('parse exec trace file: %s', filename)
212 logging.debug('format this command: %s', exec_trace['command'])
218 logging.debug('formated as: %s', command)
H A Danalyze.py17 import logging
230 logging.debug('run analyzer against compilation database')
241 logging.info(line.rstrip())
331 logging.debug('analyzer parameters %s', parameters)
336 logging.info(line.rstrip())
353 logging.info('Report directory created: %s', name)
373 logging.warning(msg, name)
463 logging.debug("Run analyzer against '%s'", command)
468 logging.error("Problem occurred during analysis.", exc_info=1)
621 logging.debug("Generating AST using '%s'", ast_command)
[all …]
H A Darguments.py19 import logging
35 logging.debug('Raw arguments %s', sys.argv)
41 logging.debug('Parsed arguments: %s', args)
53 logging.debug('Raw arguments %s', sys.argv)
57 logging.debug('Parsed arguments: %s', args)
69 logging.debug('Raw arguments %s', sys.argv)
73 logging.debug('Parsed arguments: %s', args)
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dmain_test.cpp59 namespace logging = utils::logging;
218 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
237 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
256 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
275 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
294 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
317 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
341 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
365 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
383 logging::set_inmemory(); in ATF_TEST_CASE_BODY()
[all …]
H A Dmain.cpp78 namespace logging = utils::logging;
184 logging::set_persistency(cmdline.get_option< cmdline::string_option >( in safe_main()
216 return logging::generate_log_name(fs::path(home.get()) / ".kyua" / in default_log_name()
221 return logging::generate_log_name(fs::path(tmpdir.get()), in default_log_name()
224 return logging::generate_log_name(fs::path("/tmp"), in default_log_name()
313 logging::set_inmemory(); in main()
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction_test.cpp54 namespace logging = utils::logging;
108 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
125 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
154 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
172 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
213 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
229 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
248 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
268 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
283 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
[all …]
H A Dmetadata_test.cpp38 namespace logging = utils::logging;
71 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
91 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
131 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
H A Dbackend_test.cpp49 namespace logging = utils::logging;
104 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
197 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
224 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
243 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
261 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
274 logging::set_inmemory(); in ATF_TEST_CASE_HEAD()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py9 import logging
49 logging.basicConfig(level=logging.DEBUG)
91 logging.debug("Replaced svn keyword substitutions in %s", file_path)
92 logging.debug("\n\tBefore\n%s\n\tAfter\n%s", contents, new_contents)
100 logging.info("Folder %s doesn't exist, skipping project %s", proj.relpath,
114 logging.debug("Checksum %s for file %s", file_digest, file_path)
117 logging.info("Computing checksum for %s", proj.name)
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_keylog_callback.pod6 SSL_CTX_keylog_cb_func - logging TLS key material
19 SSL_CTX_set_keylog_callback() sets the TLS key logging callback. This callback
23 SSL_CTX_get_keylog_callback() retrieves the previously set TLS key logging
25 key logging callback, or if SSL_CTX_set_keylog_callback is called with NULL as
26 the value of cb, no logging of key material will be done.
28 The key logging callback is called with two items: the B<ssl> object associated
31 file, the key logging callback should log B<line>, followed by a newline.
H A DOSSL_CMP_log_open.pod21 - functions for logging and error reporting
51 The logging and error reporting facility described here contains
52 convenience functions for CMP-specific logging,
74 of auditing may be required. Therefore, the logging facility supports a severity
84 OSSL_CMP_log_open() initializes the CMP-specific logging facility to output
88 As long as neither if the two is used any logging output is ignored.
101 function I<log_fn> for uniformity with CMP logging if not NULL. Otherwise it
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_keylog_callback.pod6 SSL_CTX_keylog_cb_func - logging TLS key material
19 SSL_CTX_set_keylog_callback() sets the TLS key logging callback. This callback
23 SSL_CTX_get_keylog_callback() retrieves the previously set TLS key logging
25 key logging callback, or if SSL_CTX_set_keylog_callback is called with NULL as
26 the value of cb, no logging of key material will be done.
28 The key logging callback is called with two items: the B<ssl> object associated
31 file, the key logging callback should log B<line>, followed by a newline.
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A D__init__.py14 import logging
57 logging.info("Could not build interception library.", exc_info=True)
184 logging.debug('Checking function %s', function)
186 logging.debug('Checking function %s -- %s', function,
195 logging.debug('Checking symbol %s', symbol)
197 logging.debug('Checking symbol %s -- %s', symbol,
215 logging.debug('Writing config to %s', output)
244 logging.debug('Compiling %s', src)
250 logging.debug('Linking %s', self.name)
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dlog.c25 static TLS int logging; variable
52 logging = 1; in fido_log_init()
61 if (!logging || log_handler == NULL) in fido_log_debug()
76 if (!logging || log_handler == NULL) in fido_log_xxd()
105 if (!logging || log_handler == NULL) in fido_log_error()
/netbsd-src/libexec/fingerd/
H A Dfingerd.c70 int p[2], logging, no_forward, user_required, short_list; in main() local
81 logging = no_forward = user_required = short_list = 0; in main()
87 logging = 1; in main()
126 if (logging) { in main()
136 if (logging) in main()
144 if (logging) { in main()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Ddpp-qrcode.py12 import logging
112 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
122 logging.basicConfig(level=args.loglevel)
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py6 import logging
290 logger = logging.getLogger('mingw')
291 handler = logging.StreamHandler()
292 formatter = logging.Formatter('%(message)s')
295 logger.setLevel(logging.INFO)
297 logger.setLevel(logging.WARN)
299 logger.setLevel(logging.DEBUG)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py6 import logging
290 logger = logging.getLogger('mingw')
291 handler = logging.StreamHandler()
292 formatter = logging.Formatter('%(message)s')
295 logger.setLevel(logging.INFO)
297 logger.setLevel(logging.WARN)
299 logger.setLevel(logging.DEBUG)
/netbsd-src/external/lgpl3/mpc/dist/
H A Dconfigure.ac77 AC_ARG_ENABLE([logging], optenable
78 [AS_HELP_STRING([--enable-logging],
79 [enable logging of function calls to stderr (default = no)])],
82 …MSG_ERROR([Logging works only with shared libraries; do not mix --enable-logging and --disable-sha…
84 *) AC_MSG_ERROR([Bad value for --enable-logging: Use yes or no]) ;;
200 # Check for logging feature
208 AC_LIBOBJ([logging])
211 [AC_MSG_ERROR([Library dl not found, logging impossible])])
/netbsd-src/external/bsd/blocklist/
H A DTODO29 - add "blocklistd -l" to enable filter logging on all rules by default
35 "/log" - enable filter logging (if not the default) (on the name field?)
36 "/nolog"- disable filter logging (if not the default) (on the name field?)
72 - add "blocklistd -l" to enable filter logging on all rules by default
78 "/log" - enable filter logging (if not the default) (on the name field?)
79 "/nolog"- disable filter logging (if not the default) (on the name field?)

12345678910>>...20