Searched refs:Log (Results 176 - 200 of 250) sorted by relevance

12345678910

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/tests/
H A Dall.tcl41 set logfile [file join $::tcltest::temporaryDirectory Log.txt]
/macosx-10.10.1/uucp-11/uucp/contrib/
H A DLogin.LAT25 dbgfile Login.Log
/macosx-10.10.1/ruby-106/ruby/lib/webrick/httpauth/
H A Dauthenticator.rb59 @logger = config[:Logger] || Log::new($stderr)
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dlog.rb2 # log.rb -- Log Class
133 class Log < BasicLog class in class:WEBrick.BasicLog.fatal.error.warn.info
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp314 Log(DEBUG_NAME ": Version number - %s\n", VersionNumber);
892 // Log("AppleUSBCDC: checkECM - Ethernet address[%d] = %8x\n",(unsigned int)(i),(unsigned int)(fCacheEaddr[i]));
918 // Log("AppleUSBCDC: checkECM - Ethernet address[%d] = %8x\n",(unsigned int)(i),(unsigned int)(fCacheEaddr[i]));
1340 Log("AppleUSBCDC::setProperties - SuspendDevice: true\n");
1346 Log("AppleUSBCDC::setProperties - failed to suspend the device, error: %08x \n", result);
1351 Log("AppleUSBCDC::setProperties - device was not open \n");
1359 Log("AppleUSBCDC::setProperties - SuspendDevice: false\n");
1365 Log("AppleUSBCDC::setProperties - failed to !suspend the device, error: %08x \n", result);
1437 // Log("[setPropertiesWL] key: %s \n", key->getCStringNoCopy());
1461 // Log("[setPropertiesW
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/http/
H A Dhttp.tcl89 # http::Log --
97 proc http::Log {args} {}
242 Log "Closing socket $s (no connection info)"
244 Log "Error: $err"
248 Log "Closing connection $conn_id (sock $socketmap($conn_id))"
250 Log "Error: $err"
254 Log "Cannot close connection $conn_id - no socket in socket map"
559 Log "WARNING: socket for $state(socketinfo) was closed"
563 Log "reusing socket $sock for $state(socketinfo)"
589 Log "Usin
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp297 Log("AppleUSBCDCECMData: USBLogData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count);
300 Log("AppleUSBCDCECMData: USBLogData - Write, address = %8p, size = %8d\n", (void *)buf, (UInt)Count);
303 Log("AppleUSBCDCECMData: USBLogData - Other, address = %8p, size = %8d\n", (void *)buf, (UInt)Count);
323 Log("AppleUSBCDCECMData: USBLogData - No data, Count=0\n");
356 Log("%s\n", LocBuf);
385 Log("AppleUSBCDCECMData: dumpData - Address = %8p, size = %8d\n", (void *)buf, (UInt)size);
398 Log("%8p ", (void *)&buf[curr]);
897 Log(DEBUG_NAME ": Version number - %s, Input buffers %d, Output buffers %d\n", VersionNumber, fInBufPool, fOutBufPool);
2638 Log("%s\n", line); // Above goes to IOLog, send a copy to firewire if debug enabled
2670 // Log i
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSConsoleClient.cpp142 m_consoleAgent->addMessageToConsole(MessageSource::ConsoleAPI, MessageType::Log, MessageLevel::Warning, message, nullptr, nullptr);
/macosx-10.10.1/ruby-106/ruby/test/net/http/
H A Dutils.rb50 :Logger => WEBrick::Log.new(NullWriter.new),
/macosx-10.10.1/CPANInternal-159.1/Makefiles/13/Perl/5.12/
H A DMakefile38 PROJECT_LOG_DISPATCH = Log-Dispatch-2.34
39 PROJECT_LOG_LOG4PERL = Log-Log4perl-1.40
/macosx-10.10.1/CPANInternal-159.1/Makefiles/13/Perl/5.16/
H A DMakefile35 PROJECT_LOG_DISPATCH = Log-Dispatch-2.34
36 PROJECT_LOG_LOG4PERL = Log-Log4perl-1.40
/macosx-10.10.1/CPANInternal-159.1/Makefiles/14/Perl/5.16/
H A DMakefile35 PROJECT_LOG_DISPATCH = Log-Dispatch-2.34
36 PROJECT_LOG_LOG4PERL = Log-Log4perl-1.40
/macosx-10.10.1/CPANInternal-159.1/Makefiles/14/Perl/5.18/
H A DMakefile35 PROJECT_LOG_DISPATCH = Log-Dispatch-2.34
36 PROJECT_LOG_LOG4PERL = Log-Log4perl-1.40
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.h41 } Log; typedef in typeref:struct:_Log
122 Log fLog[kLogSize];
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorConsoleAgent.cpp83 ConsoleMessage expiredMessage(MessageSource::Other, MessageType::Log, MessageLevel::Warning, String::format("%d console messages are not shown.", m_expiredConsoleMessageCount));
219 addMessageToConsole(MessageSource::ConsoleAPI, MessageType::Log, MessageLevel::Debug, message, callStack);
/macosx-10.10.1/gnutar-453/gnutar/scripts/
H A Dbackup.in141 bailout "Log file ${LOGFILE} already exists."
/macosx-10.10.1/vim-55/runtime/autoload/
H A Ddecada.vim60 \ 'Make_Command' : 'ACS COMPILE /Wait /Log /NoPreLoad /Optimize=Development /Debug %<',
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSKextLibPrivate.h154 #pragma mark Kext Log Specification
158 * @group Kext Log Specification
190 * <b>Log Levels</b>
197 * <li>Errors - Log message is an error.
198 * <li>Warnings - Log message is a warning.
199 * <li>Basic information - Log message is basic success/failure.</li>
208 * Log messages at
215 * Log messages at levels above
319 #pragma mark 0xF - Log Level
335 * @abstract Log message
[all...]
/macosx-10.10.1/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm30 use Net::Daemon::Log ();
47 @Net::Daemon::ISA = qw(Net::Daemon::Log);
570 $self->Log('notice', "Server starting");
712 $self->Log('notice', "%s server terminating", ref($self));
1084 $server->Log($level, $format, @args);
1089 The B<Log> method is an interface to L<Sys::Syslog (3)> or
1095 B<Log> with a level of debug and err, respectively. The B<Fatal>
1099 See L<Net::Daemon::Log(3)> for details.
1109 $connection->Log('err', 'Connection refused');
1277 L<RPC::pServer(3)>, L<Netserver::Generic(3)>, L<Net::Daemon::Log(
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dncf.vim100 syn match ncfSetCommandsNum "\(Server Log File Overflow Size\)\s*="
101 syn match ncfSetCommandsNum "\(Server Log File State\)\s*="
108 syn match ncfSetCommandsNum "\(Volume Log File Overflow Size\)\s*="
109 syn match ncfSetCommandsNum "\(Volume Log File State\)\s*="
112 syn match ncfSetCommandsNum "\(Volume TTS Log File Overflow Size\)\s*="
113 syn match ncfSetCommandsNum "\(Volume TTS Log File State\)\s*="
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDefaultDashboard.js252 case WebInspector.ConsoleMessage.MessageLevel.Log:
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Protocol/Legacy/6.0/
H A DInspectorWebBackendCommands.js56 InspectorBackend.registerEnum("Console.ConsoleMessageLevel", {Tip: "tip", Log: "log", Warning: "warning", Error: "error", Debug: "debug"});
57 InspectorBackend.registerEnum("Console.ConsoleMessageType", {Log: "log", Dir: "dir", DirXML: "dirxml", Trace: "trace", StartGroup: "startGroup", StartGroupCollapsed: "startGroupCollapsed", EndGroup: "endGroup", Assert: "assert"});
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DConsoleMessageImpl.js36 this.type = type || WebInspector.ConsoleMessage.MessageType.Log;
506 case WebInspector.ConsoleMessage.MessageLevel.Log:
508 element.setAttribute("data-labelprefix", WebInspector.UIString("Log: "));
593 case WebInspector.ConsoleMessage.MessageType.Log:
594 typeString = "Log";
671 case WebInspector.ConsoleMessage.MessageLevel.Log:
672 return "Log";
/macosx-10.10.1/ruby-106/ruby/test/syslog/
H A Dtest_syslog_logger.rb65 class Log class
79 Log.new(log_raw(msg_id, *arg, &block))
489 class Log class in class:TestSyslogLogger
504 Log.new(log_raw(msg_id, *arg, &block))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker.tcl138 proc Go {s} {Log " >>\[$s\]" ; global state ; set state $s; return}
196 proc Enter {cmd} {Log "\[[State]\] $cmd"}
198 #proc Log* {text} {puts -nonewline $text}
199 #proc Log {text} {puts $text}
200 proc Log* {text} {}
201 proc Log {text} {} procedure

Completed in 506 milliseconds

12345678910