Searched refs:LogLevel (Results 1 - 25 of 40) sorted by relevance

12

/external/openssh/
H A Dlog.h47 } LogLevel; typedef in typeref:enum:__anon9647
49 typedef void (log_handler_fn)(LogLevel, const char *, void *);
51 void log_init(char *, LogLevel, SyslogFacility, int);
55 LogLevel log_level_number(char *);
56 const char * log_level_name(LogLevel);
71 void do_log2(LogLevel, const char *, ...)
73 void do_log(LogLevel, const char *, va_list);
H A Dlog.c55 static LogLevel log_level = SYSLOG_LEVEL_INFO;
92 LogLevel val;
130 LogLevel
143 log_level_name(LogLevel level)
240 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr)
342 do_log2(LogLevel level, const char *fmt,...)
352 do_log(LogLevel level, const char *fmt, va_list args)
H A Dreadconf.h65 LogLevel log_level; /* Level for logging. */
H A Dmonitor_wrap.h40 void mm_log_handler(LogLevel, const char *, void *);
H A Dservconf.h87 LogLevel log_level; /* Level for system logging. */
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h58 // For use with ScopedMemoryLog::GetMessages(). Inside Google the LogLevel
62 static const LogLevel ERROR = LOGLEVEL_ERROR;
81 const vector<string>& GetMessages(LogLevel dummy) const;
87 static void HandleLog(LogLevel level, const char* filename, int line,
H A Dgoogletest.cc226 const vector<string>& ScopedMemoryLog::GetMessages(LogLevel dummy) const {
231 void ScopedMemoryLog::HandleLog(LogLevel level, const char* filename,
/external/chromium/sdch/open-vcdiff/src/
H A Dlogging.h30 enum LogLevel { enum in namespace:open_vcdiff
46 inline std::ostream& LogMessage(LogLevel level, const char* level_name) {
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dpywebsocket.conf33 LogLevel debug
/external/libppp/src/
H A Dtimer.h55 extern void timer_Show(int LogLevel, struct prompt *);
H A Dfsm.c131 log_Printf(fp->LogLevel, "%s: Stopped timer expired\n", fp->link->name);
143 int maxcode, int LogLevel, struct bundle *bundle,
158 fp->LogLevel = LogLevel;
171 log_Printf(fp->LogLevel, "%s: State change %s --> %s\n",
195 if (log_IsKept(fp->LogLevel)) {
196 log_Printf(fp->LogLevel, "%s: Send%s(%d) state = %s\n",
205 log_Printf(fp->LogLevel, " [EMPTY]\n");
297 log_Printf(fp->LogLevel, "FSM: Using \"%s\" as a transport\n",
307 log_Printf(fp->LogLevel, "
142 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode, int maxcode, int LogLevel, struct bundle *bundle, struct link *l, const struct fsm_parent *parent, struct fsm_callbacks *fn, const char * const timer_names[3]) argument
[all...]
H A Dtimer.c235 timer_Show(int LogLevel, struct prompt *prompt) argument
261 log_Printf(LogLevel, "---- Begin of Timer Service List---\n");
268 log_Printf(LogLevel, DISP);
272 log_Printf(LogLevel, "---- End of Timer Service List ---\n");
H A Dfsm.h130 int LogLevel; member in struct:fsm
/external/chromium/net/base/
H A Dcapturing_net_log.h55 void SetLogLevel(NetLog::LogLevel log_level);
64 virtual LogLevel GetLogLevel() const;
76 NetLog::LogLevel log_level_;
105 void SetLogLevel(NetLog::LogLevel log_level);
H A Dcapturing_net_log.cc38 void CapturingNetLog::SetLogLevel(NetLog::LogLevel log_level) {
58 NetLog::LogLevel CapturingNetLog::GetLogLevel() const {
82 void CapturingBoundNetLog::SetLogLevel(NetLog::LogLevel log_level) {
H A Dnet_log.h96 enum LogLevel { enum in class:net::NetLog
133 virtual LogLevel GetLogLevel() const = 0;
203 NetLog::LogLevel GetLogLevel() const;
/external/chromium/chrome/browser/net/
H A Dchrome_net_log.h72 explicit ThreadSafeObserver(LogLevel log_level);
88 LogLevel log_level() const;
94 void SetLogLevel(LogLevel log_level);
102 LogLevel log_level_;
116 virtual LogLevel GetLogLevel() const;
H A Dchrome_net_log.cc18 ChromeNetLog::ThreadSafeObserver::ThreadSafeObserver(LogLevel log_level)
27 net::NetLog::LogLevel ChromeNetLog::ThreadSafeObserver::log_level() const {
37 net::NetLog::LogLevel log_level) {
100 net::NetLog::LogLevel ChromeNetLog::GetLogLevel() const {
102 return static_cast<net::NetLog::LogLevel>(log_level);
140 LogLevel new_log_level = LOG_BASIC;
/external/chromium/chrome/browser/sync/notifier/
H A Dchrome_system_resources.h48 virtual void Log(LogLevel level, const char* file, int line,
H A Dchrome_system_resources.cc96 LogLevel level, const char* file, int line,
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc107 void DefaultLogHandler(LogLevel level, const char* filename, int line,
118 void NullLogHandler(LogLevel level, const char* filename, int line,
176 LogMessage::LogMessage(LogLevel level, const char* filename, int line)
/external/webkit/LayoutTests/http/conf/
H A Dapache2-debian-httpd.conf398 # LogLevel: Control the number of messages logged to the error_log.
402 LogLevel warn
H A Dapache2-httpd.conf419 # LogLevel: Control the number of messages logged to the error_log.
423 LogLevel warn
H A Dapache2-msys-httpd.conf420 # LogLevel: Control the number of messages logged to the error_log.
424 LogLevel warn
H A Dcygwin-httpd.conf451 # LogLevel: Control the number of messages logged to the error_log.
455 LogLevel warn

Completed in 497 milliseconds

12