Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:logging
(Results
1 - 4
of
4
) sorted by relevance
/build/test/example/
H
A
D
mylogger.py
24
import
logging
.config
namespace
26
from
logging
import FileHandler
84
formatter =
logging
.Formatter(formate)
91
sh =
logging
.StreamHandler()
94
logger =
logging
.getLogger(class_name)
99
logger.setLevel(
logging
.INFO)
101
logger.setLevel(
logging
.ERROR)
/build/tools/component_tools/static_check/
H
A
D
csct_online_entry.py
19
import
logging
namespace
52
logging
.error("Popen error: ", errcode)
58
logging
.error(err)
H
A
D
csct_online_prehandle.py
21
import
logging
namespace
157
logging
.error("Popen error: ", errorout)
159
logging
.error("error %s", err, cmd)
/build/tools/component_tools/static_check/gn_check/
H
A
D
gn_common_tools.py
16
import
logging
namespace
58
logging
.info("total: %s", len(result_set))
83
logging
.info(cmd)
Completed in 2 milliseconds