OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGGING
(Results
1 - 8
of
8
) sorted by null
/external/chromium/third_party/libjingle/overrides/
config.h
81
/*
Logging
*/
82
#define
LOGGING
1
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
29
// output to a variety of
logging
targets, such as debugger console, stderr,
31
// The severity level passed as the first argument to the the
LOGging
32
// functions is used as a filter, to limit the verbosity of the
logging
.
35
// There are several variations on the LOG macro which facilitate
logging
58
// to output
logging
data at the desired level.
81
// values. This can be useful for
logging
descriptive names of error messages.
147
// These are attributes which apply to all
logging
channels
160
// These are the available
logging
channels
178
//
logging
operations by pre-checking the
logging
level
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
logging.h
29
// output to a variety of
logging
targets, such as debugger console, stderr,
31
// The severity level passed as the first argument to the
LOGging
32
// functions is used as a filter, to limit the verbosity of the
logging
.
35
// There are several variations on the LOG macro which facilitate
logging
58
// to output
logging
data at the desired level.
81
// values. This can be useful for
logging
descriptive names of error messages.
144
// These are attributes which apply to all
logging
channels
157
// These are the available
logging
channels
175
//
logging
operations by pre-checking the
logging
level
[
all
...]
physicalsocketserver.cc
57
#include "talk/base/
logging
.h"
733
// condition, but it's unusual enough to be worth
logging
.
[
all
...]
/external/ipsec-tools/src/racoon/
cfparse.h
50
LOGGING
= 266,
224
#define
LOGGING
266
cfparse.y
193
/*
logging
*/
194
%token
LOGGING
LOGLEV
383
/*
logging
*/
385
:
LOGGING
log_level EOS
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
30
// and
LOGGING
defined in config.h.
38
// If
LOGGING
is not defined, define it to 1 (b/3245816)
39
#ifndef
LOGGING
40
#define
LOGGING
1
50
#include "talk/base/
logging
.h"
/external/chromium/third_party/libjingle/source/talk/
main.scons
55
'
LOGGING
=1',
137
# TODO: remove this from
logging
.cc and enable here instead.
Completed in 239 milliseconds