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

12

/external/openssh/
H A Dlog.h47 } LogLevel; typedef in typeref:enum:__anon13005
49 typedef void (log_handler_fn)(LogLevel, const char *, void *);
51 void log_init(char *, LogLevel, SyslogFacility, int);
52 void log_change_level(LogLevel);
58 LogLevel log_level_number(char *);
59 const char * log_level_name(LogLevel);
74 void do_log2(LogLevel, const char *, ...)
76 void do_log(LogLevel, const char *, va_list);
H A Dlog.c56 static LogLevel log_level = SYSLOG_LEVEL_INFO;
94 LogLevel val;
132 LogLevel
145 log_level_name(LogLevel level)
242 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr)
335 log_change_level(LogLevel new_log_level)
373 do_log2(LogLevel level, const char *fmt,...)
383 do_log(LogLevel level, const char *fmt, va_list args)
H A Dmonitor_wrap.h40 void mm_log_handler(LogLevel, const char *, void *);
H A Dreadconf.h62 LogLevel log_level; /* Level for logging. */
H A Dsandbox-seccomp-filter.c162 void mm_log_handler(LogLevel level, const char *msg, void *ctx);
H A Dservconf.h97 LogLevel log_level; /* Level for system logging. */
H A Dssh-pkcs11-helper.c278 LogLevel log_level = SYSLOG_LEVEL_ERROR;
H A Dmonitor_wrap.c96 mm_log_handler(LogLevel level, const char *msg, void *ctx)
H A Dreadconf.c753 LogLevel *log_level_ptr;
1149 *log_level_ptr = (LogLevel) value;
H A Dservconf.c898 LogLevel *log_level_ptr;
1305 *log_level_ptr = (LogLevel) value;
H A Dsftp-server.c60 static LogLevel log_level = SYSLOG_LEVEL_ERROR;
H A Dsftp.c2242 LogLevel ll = SYSLOG_LEVEL_INFO;
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h64 // For use with ScopedMemoryLog::GetMessages(). Inside Google the LogLevel
68 static const LogLevel ERROR = LOGLEVEL_ERROR;
69 static const LogLevel WARNING = LOGLEVEL_WARNING;
85 const vector<string>& GetMessages(LogLevel error);
88 map<LogLevel, vector<string> > messages_;
91 static void HandleLog(LogLevel level, const char* filename, int line,
H A Dgoogletest.cc226 const vector<string>& ScopedMemoryLog::GetMessages(LogLevel level) {
232 void ScopedMemoryLog::HandleLog(LogLevel level, const char* filename,
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingListener.java26 public static enum LogLevel { enum in interface:PairingListener
73 void onLogMessage(LogLevel level, String message);
H A DPairingSession.java25 import com.google.polo.pairing.PairingListener.LogLevel;
276 protected void log(LogLevel level, String message) {
286 log(LogLevel.LOG_DEBUG, message);
293 log(LogLevel.LOG_INFO, message);
300 log(LogLevel.LOG_ERROR, message);
/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 */,
176 LogMessage::LogMessage(LogLevel level, const char* filename, int line)
H A Dcommon.h622 enum LogLevel { enum in namespace:google::protobuf
649 LogMessage(LogLevel level, const char* filename, int line);
665 LogLevel level_;
762 typedef void LogHandler(LogLevel level, const char* filename, int line,
H A Dcommon_unittest.cc81 void CaptureLog(LogLevel level, const char* filename, int line,
/external/proguard/src/proguard/gradle/
H A DProGuardTask.java1070 loggingManager.captureStandardOutput(LogLevel.INFO);
1071 loggingManager.captureStandardError(LogLevel.WARN);
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h308 /*! @typedef LogLevel
313 typedef int32_t LogLevel; typedef
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
H A DMochiKit.packed.js1706 MochiKit.Logging.EXPORT=["LogLevel","LogMessage","Logger","alertListener","logger","log","logError","logDebug","logFatal","logWarning"];
1721 _1fc=self.LogLevel[_1fc];
1726 _1ff=self.LogLevel[_1ff];
1794 if(_20f>=MochiKit.Logging.LogLevel.FATAL){
1797 if(_20f>=MochiKit.Logging.LogLevel.ERROR){
1800 if(_20f>=MochiKit.Logging.LogLevel.WARNING){
1803 if(_20f>=MochiKit.Logging.LogLevel.INFO){
1849 this.LogLevel={ERROR:40,FATAL:50,WARNING:30,INFO:20,DEBUG:10};
4425 _492=MochiKit.Logging.LogLevel[_492];
4437 p.className="MochiKit-LogMessage MochiKit-LogLevel
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 962 milliseconds

12