/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/ |
D | config.py | 175 When (re)configuring logging, handle loggers which were in the previous 180 However, don't disable children of named loggers, as that's probably not 181 what was intended by the user. Also, allow existing loggers to NOT be 196 """Create and install loggers""" 199 llist = cp["loggers"]["keys"] 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 229 #avoid disabling child loggers of explicitly 230 #named loggers. With a sorted list it is easier [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/logging/ |
H A D | config.py | 175 When (re)configuring logging, handle loggers which were in the previous 180 However, don't disable children of named loggers, as that's probably not 181 what was intended by the user. Also, allow existing loggers to NOT be 196 """Create and install loggers""" 199 llist = cp["loggers"]["keys"] 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 229 #avoid disabling child loggers of explicitly 230 #named loggers. With a sorted list it is easier [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/ |
D | config.py | 175 When (re)configuring logging, handle loggers which were in the previous 180 However, don't disable children of named loggers, as that's probably not 181 what was intended by the user. Also, allow existing loggers to NOT be 196 """Create and install loggers""" 199 llist = cp["loggers"]["keys"] 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 229 #avoid disabling child loggers of explicitly 230 #named loggers. With a sorted list it is easier [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/ |
D | config.py | 175 When (re)configuring logging, handle loggers which were in the previous 180 However, don't disable children of named loggers, as that's probably not 181 what was intended by the user. Also, allow existing loggers to NOT be 196 """Create and install loggers""" 199 llist = cp["loggers"]["keys"] 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 229 #avoid disabling child loggers of explicitly 230 #named loggers. With a sorted list it is easier [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/logging/ |
D | config.py | 175 When (re)configuring logging, handle loggers which were in the previous 180 However, don't disable children of named loggers, as that's probably not 181 what was intended by the user. Also, allow existing loggers to NOT be 196 """Create and install loggers""" 199 llist = cp["loggers"]["keys"] 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 229 #avoid disabling child loggers of explicitly 230 #named loggers. With a sorted list it is easier [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/logging/ |
D | config.py | 175 When (re)configuring logging, handle loggers which were in the previous 180 However, don't disable children of named loggers, as that's probably not 181 what was intended by the user. Also, allow existing loggers to NOT be 196 """Create and install loggers""" 199 llist = cp["loggers"]["keys"] 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 229 #avoid disabling child loggers of explicitly 230 #named loggers. With a sorted list it is easier [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/logging/ |
D | config.py | 184 """Create and install loggers""" 187 llist = cp.get("loggers", "keys") 208 #we don't want to lose the existing loggers, 210 #existing is set to contain all existing loggers, 213 #what's left in existing is the set of loggers 218 #avoid disabling child loggers of explicitly 219 #named loggers. With a sorted list it is easier 220 #to find the child loggers. 222 #We'll keep the list of existing loggers 223 #which are children of named loggers here... [all …]
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/ |
H A D | Reporter.java | 48 * actual loggers that might currently be turned on (file, screen, network, 55 * @todo all methods should check that available loggers are OK 94 * how this Reporter uses Loggers, etc.. 112 { OPT_LOGGERS, "String", "FQCN of Loggers to add" }, in getParameterInfo() 120 "number of spaces to indent for supporting Loggers" }, in getParameterInfo() 196 // Add however many loggers are askedfor in initialize() 220 * @todo should we check our contained Loggers for their status? 230 * all types of Logger/Reporter - console-type Loggers no-op this. 238 loggers[i].flush(); in flush() 252 loggers[i].close(); in close() [all …]
|
H A D | Logger.java | 39 * of a test in a generic manner. Different Loggers can be written 47 * <ul>Loggers explicitly have a restricted set of logging calls for 80 public static final String OPT_LOGGERS = "loggers"; 117 * Parameter: Name of test results file for file-based Loggers. 118 * <p>File-based loggers should use this key as an initializer 127 * Parameter: Indent depth for console or HTML/XML loggers. 128 * <p>Loggers may use this as an integer number of spaces to 141 * <p>Loggers merely use these constants in their output formats. 142 * Reporters will only call contained Loggers to report messages 168 * high loggingLevel, so most or all output is stored by Loggers, [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/logging/ |
D | LogManager.java | 42 * maintain a set of shared state about Loggers and log services. 47 * named Loggers are stored in this namespace. 87 * The properties for loggers and Handlers will have names starting 126 * Loggers are organized into a naming hierarchy based on their 131 * log levels for Loggers. Thus "foo.level" defines a log level for 162 // LoggerContext for system loggers and user loggers 393 … // Platform loggers begin to delegate to java.util.logging.Logger in readPrimordialConfiguration() 489 // Loggers are isolated from each AppContext. 554 // System loggers are visible to applications unless a logger of in demandSystemLogger() 598 // all system loggers and is queried by the system code. If a system logger [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/logging/ |
D | LogManager.java | 42 * maintain a set of shared state about Loggers and log services. 47 * named Loggers are stored in this namespace. 87 * The properties for loggers and Handlers will have names starting 126 * Loggers are organized into a naming hierarchy based on their 131 * log levels for Loggers. Thus "foo.level" defines a log level for 162 // LoggerContext for system loggers and user loggers 393 … // Platform loggers begin to delegate to java.util.logging.Logger in readPrimordialConfiguration() 489 // Loggers are isolated from each AppContext. 554 // System loggers are visible to applications unless a logger of in demandSystemLogger() 598 // all system loggers and is queried by the system code. If a system logger [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/logging/ |
H A D | LogManager.java | 42 * maintain a set of shared state about Loggers and log services. 47 * named Loggers are stored in this namespace. 87 * The properties for loggers and Handlers will have names starting 126 * Loggers are organized into a naming hierarchy based on their 131 * log levels for Loggers. Thus "foo.level" defines a log level for 162 // LoggerContext for system loggers and user loggers 393 … // Platform loggers begin to delegate to java.util.logging.Logger in readPrimordialConfiguration() 489 // Loggers are isolated from each AppContext. 554 // System loggers are visible to applications unless a logger of in demandSystemLogger() 598 // all system loggers and is queried by the system code. If a system logger [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | logging.config.rst | 93 :param disable_existing_loggers: If specified as ``False``, loggers which 98 disable any existing loggers unless they or 104 existing loggers were *always* disabled. 236 * *loggers* - the corresponding value will be a dict in which each key 252 The specified loggers will be configured according to the level, 268 * *disable_existing_loggers* - whether any existing loggers are to be 285 the object graph of loggers, handlers, filters, formatters at 286 run-time, once a configuration is set up; the verbosity of loggers and 288 loggers, propagation flags). Changing the object graph arbitrarily in 297 ``propagate`` settings in the ``loggers`` and ``root`` entries. [all …]
|
D | logging.rst | 44 * Loggers expose the interface that application code directly uses. 45 * Handlers send the log records (created by loggers) to the appropriate 57 Loggers have the following attributes and methods. Note that Loggers are never 64 Loggers that are further down in the hierarchical list are children of loggers 66 loggers with names of ``foo.bar``, ``foo.bar.baz``, and ``foo.bam`` are all 68 package hierarchy, and identical to it if you organise your loggers on a 79 handlers of higher level (ancestor) loggers, in addition to any handlers 81 loggers' handlers - neither the level nor filters of the ancestor loggers in 85 of ancestor loggers. 93 hierarchy, then it will see all events logged by all descendant loggers, [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/howto/ |
D | logging.rst | 331 of components: loggers, handlers, filters, and formatters. 333 * Loggers expose the interface that application code directly uses. 334 * Handlers send the log records (created by loggers) to the appropriate 340 Log event information is passed between loggers, handlers, filters and 344 class (hereafter called :dfn:`loggers`). Each instance has a name, and they are 346 separators. For example, a logger named 'scan' is the parent of loggers 350 A good convention to use when naming loggers is to use a module-level logger, 358 The root of the hierarchy of loggers is called the root logger. That's the 390 The flow of log event information in loggers and handlers is illustrated in the 395 Loggers section in Advanced Logging Tutorial [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_logging.py | 72 # Set two unused loggers: one non-ASCII and one Unicode. 74 # loggers in the configuration code. See issue 8201. 215 #Logging levels in a nested namespace, inherited from parent loggers. 511 [loggers] 537 [loggers] 569 [loggers] 607 [loggers] 637 [loggers] 679 [loggers] 716 [loggers] [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | logging.config.rst | 109 :param disable_existing_loggers: If specified as ``False``, loggers which 114 disable any existing non-root loggers unless 189 disable existing loggers, you will need to use a JSON format for 327 * *loggers* - the corresponding value will be a dict in which each key 346 The specified loggers will be configured according to the level, 362 * *disable_existing_loggers* - whether any existing non-root loggers are 379 the object graph of loggers, handlers, filters, formatters at 380 run-time, once a configuration is set up; the verbosity of loggers and 382 loggers, propagation flags). Changing the object graph arbitrarily in 391 ``propagate`` settings in the ``loggers`` and ``root`` entries. [all …]
|
D | logging.rst | 48 * Loggers expose the interface that application code directly uses. 49 * Handlers send the log records (created by loggers) to the appropriate 61 Loggers have the following attributes and methods. Note that Loggers should 68 Loggers that are further down in the hierarchical list are children of loggers 70 loggers with names of ``foo.bar``, ``foo.bar.baz``, and ``foo.bam`` are all 72 package hierarchy, and identical to it if you organise your loggers on a 83 passed to the handlers of higher level (ancestor) loggers, in addition to 85 ancestor loggers' handlers - neither the level nor filters of the ancestor 86 loggers in question are considered. 89 of ancestor loggers. [all …]
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | embed.py | 64 loggers: dict[str, Iterable[logging.Logger]] | Iterable | None = None, 85 loggers={ 105 # Setup Python loggers to output to a file instead of STDOUT. 116 loggers: dict with keys of log window titles and values of either: 133 self.loggers = loggers 237 """Add loggers to ConsoleApp log pane(s).""" 238 if not self.loggers: 243 if isinstance(self.loggers, list): 244 self.console_app.add_log_handler('Logs', self.loggers) 246 elif isinstance(self.loggers, dict): [all …]
|
H A D | web_kernel.py | 384 for logger_name in self.kernel_params['loggers'].keys(): 385 for logger in self.kernel_params['loggers'][logger_name]: 395 if 'loggers' in self.kernel_params: 396 return list(self.kernel_params['loggers'].keys()) 400 if self.kernel_params['loggers'][logger_name]: 406 for logger in self.kernel_params['loggers'][logger_name]: 414 self.kernel_params['loggers'][logger_name] 420 for logger in self.kernel_params['loggers'][logger_name]:
|
/aosp_15_r20/external/python/cpython3/Doc/howto/ |
D | logging.rst | 353 of components: loggers, handlers, filters, and formatters. 355 * Loggers expose the interface that application code directly uses. 356 * Handlers send the log records (created by loggers) to the appropriate 362 Log event information is passed between loggers, handlers, filters and 366 class (hereafter called :dfn:`loggers`). Each instance has a name, and they are 368 separators. For example, a logger named 'scan' is the parent of loggers 372 A good convention to use when naming loggers is to use a module-level logger, 380 The root of the hierarchy of loggers is called the root logger. That's the 414 The flow of log event information in loggers and handlers is illustrated in the 420 Loggers section in Advanced Logging Tutorial [all …]
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/stats/ |
D | CarStatsService.java | 143 List<VmsClientLogger> loggers = new ArrayList<>(); in dump() local 147 loggers.add(mVmsClientStats.valueAt(index)); in dump() 150 loggers.sort(Comparator.comparingInt(VmsClientLogger::getUid)); in dump() 151 for (int index = 0; index < loggers.size(); index++) { in dump() 152 writer.println(VMS_CONNECTION_STATS_DUMPSYS_FORMAT.apply(loggers.get(index))); in dump() 189 List<VmsClientStats> loggers = new ArrayList<>(); in dumpVmsClientStats() local 191 loggers.addAll(mVmsClientStats.valueAt(index).getLayerEntries()); in dumpVmsClientStats() 193 loggers.sort(VMS_CLIENT_STATS_ORDER); in dumpVmsClientStats() 194 for (int index = 0; index < loggers.size(); index++) { in dumpVmsClientStats() 195 dumpFn.dump(loggers.get(index)); in dumpVmsClientStats()
|
/aosp_15_r20/external/autotest/server/cros/power/ |
H A D | power_telemetry_logger.py | 49 # Dictionary to make passing the default arguments for loggers to the NaN 130 loggers = self._load_and_trim_data(start_ts, end_ts) 134 self._upload_data(loggers, checkpoint_logger) 290 @return a list of loggers, where each logger contains raw power data and 320 '_load_and_trim_data and return a list of loggers.') 341 def _upload_data(self, loggers, checkpoint_logger): argument 344 @param loggers: a list of loggers, where each logger contains raw power 348 for logger in loggers: 456 @return a list of loggers, where each logger contains raw power data and 487 loggers = list() [all …]
|
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/metrics/loggers/ |
D | blackbox_test.py | 24 from acts.metrics.loggers.blackbox import BlackboxMetricLogger 72 @patch('acts.metrics.loggers.protos.gen.acts_blackbox_pb2' 74 @patch('acts.metrics.loggers.protos.gen.acts_blackbox_pb2' 94 @patch('acts.metrics.loggers.protos.gen.acts_blackbox_pb2' 96 @patch('acts.metrics.loggers.protos.gen.acts_blackbox_pb2' 113 @patch('acts.metrics.loggers.protos.gen.acts_blackbox_pb2' 115 @patch('acts.metrics.loggers.protos.gen.acts_blackbox_pb2' 135 @patch('acts.metrics.loggers.protos.gen.acts_blackbox_pb2' 137 @patch('acts.metrics.loggers.blackbox.ProtoMetric') 138 @patch('acts.metrics.loggers.blackbox.md5_proto')
|
D | bounded_metrics_test.py | 24 from acts.metrics.loggers.bounded_metrics import BoundedMetricsLogger 50 @patch('acts.metrics.loggers.protos.gen.metrics_pb2.BoundedMetric') 72 @patch('acts.metrics.loggers.protos.gen.metrics_pb2.BoundedMetric') 96 @patch('acts.metrics.loggers.protos.gen.metrics_pb2.BoundedMetric') 119 @patch('acts.metrics.loggers.protos.gen.metrics_pb2.BoundedMetric') 139 @patch('acts.metrics.loggers.bounded_metrics.md5_proto') 140 @patch('acts.metrics.loggers.bounded_metrics.ProtoMetric') 141 @patch('acts.metrics.loggers.protos.gen.metrics_pb2.BoundedMetricsBundle')
|