OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SysLogHandler
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py
636
class
SysLogHandler
(logging.Handler):
745
local syslogd, "
SysLogHandler
(address="/dev/log")" can be used.
[
all
...]
config.py
736
elif issubclass(klass, logging.handlers.
SysLogHandler
) and\
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py
636
class
SysLogHandler
(logging.Handler):
745
local syslogd, "
SysLogHandler
(address="/dev/log")" can be used.
[
all
...]
config.py
736
elif issubclass(klass, logging.handlers.
SysLogHandler
) and\
[
all
...]
Completed in 2926 milliseconds