Searched refs:Syslog (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10/ruby-106/ruby/test/
H A Dtest_syslog.rb19 Syslog.new
24 sl1 = Syslog.instance
25 sl2 = Syslog.open
26 sl3 = Syslog.instance
28 assert_equal(Syslog, sl1)
29 assert_equal(Syslog, sl2)
30 assert_equal(Syslog, sl3)
32 Syslog.close if Syslog.opened?
37 Syslog
[all...]
/macosx-10.10/CPAN-56/Modules/Unix-Syslog-1.1/
H A DMakefile1 NAME = Unix-Syslog
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dauditevents.cpp59 Syslog::error("This is bad, man. I've got bad vibes here. Could not open %s: %d", AUDIT_SDEV_PATH, errno);
65 Syslog::error("au_sdev_read_aia failed: %d\n", errno);
70 Syslog::error("self-send failed (mach error %d)", rc);
H A DAuthorizationDBPlist.cpp62 Syslog::error("Stating rules file \"%s\": %s", mFileName.c_str(),
103 Syslog::error("Saving rules file \"%s\": %s", tempFile.c_str(),
118 Syslog::error("Problem writing rules file \"%s\": (errno=%s)",
121 Syslog::error("Problem writing rules file \"%s\": "
159 Syslog::error("Problem opening rules file \"%s\": %s",
179 Syslog::error("Problem reading rules file \"%s\": %s",
183 Syslog::error("Problem reading rules file \"%s\": "
202 Syslog::error("Parsing rules file \"%s\": %s",
212 Syslog::error("Rules file \"%s\": is not a dictionary",
241 Syslog
[all...]
H A Dentropy.cpp166 Syslog::alert("entropy measurement returned no entropy (errno=%d)", errno);
171 Syslog::alert("entropy measurement returned no entropy.");
199 Syslog::alert("Entropy collection fulfillment took %d loops", loopCount);
218 Syslog::warning("short write on entropy file %s", mEntropyFilePath.c_str());
220 Syslog::warning("error writing entropy file %s", mEntropyFilePath.c_str());
H A Dpcscmonitor.cpp91 Syslog::notice("Token reader %s removed from system", stateIt->name());
123 Syslog::notice("Token reader %s inserted into system", stateIt->name());
128 Syslog::notice("reader %s: state changed %lu -> %lu", stateIt->name(), stateIt->lastKnown(), stateIt->state());
132 Syslog::notice("Token in reader %s: %s", stateIt->name(), e.what());
142 Syslog::error("An error '%s' occured while tracking token readers", e.what());
214 Syslog::notice("Software token %s failed to run", tokendBundle->canonicalPath().c_str());
221 Syslog::notice("Software token %s refused operation", tokendBundle->canonicalPath().c_str());
228 Syslog::notice("Software token %s activated", bundleName.c_str());
H A Dmain.cpp193 Syslog::open(bootstrapName, LOG_AUTHPRIV, LOG_PERROR);
194 Syslog::notice("%s started in debug mode", argv[0]);
196 Syslog::open(bootstrapName, LOG_AUTHPRIV, LOG_CONS);
203 Syslog::alert("Tried to run securityd as user %d: aborted", uid);
292 Syslog::notice("Entering service");
298 Syslog::alert("Aborting");
353 Syslog::error("self-send failed (mach error %d)", rc);
/macosx-10.10/ruby-106/ruby/ext/syslog/lib/syslog/
H A Dlogger.rb5 # Syslog::Logger is a Logger work-alike that logs via syslog instead of to a
6 # file. You can use Syslog::Logger to aggregate logs between multiple
9 # By default, Syslog::Logger uses the program name 'ruby', but this can be
10 # changed via the first argument to Syslog::Logger.new.
12 # NOTE! You can only set the Syslog::Logger program name when you initialize
13 # Syslog::Logger for the first time. This is a limitation of the way
14 # Syslog::Logger uses syslog (and in some ways, a limitation of the way
15 # syslog(3) works). Attempts to change Syslog::Logger's program name after
24 # log = Syslog::Logger.new 'my_program'
39 class Syslog class
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddaemon.cpp56 Syslog::warning("fork() short on resources (errno=%d); retrying", errno);
60 Syslog::error("fork() failed (errno=%d)", errno);
105 Syslog::error("Re-execution attempt failed");
H A Ddevrandom.cpp60 Syslog::error("DevRandomGenerator: wanted %ld got %ld bytes",
65 Syslog::error("DevRandomGenerator: error %d reading /dev/random",
H A Dlogging.h44 namespace Syslog namespace in namespace:Security
65 } // end namespace Syslog
H A Dccaudit.cpp37 Syslog::warning("setting terminal ID info failed; using defaults");
106 Syslog::notice("Attempted to initialize auditing, but this kernel does not support auditing");
108 Syslog::warning("Could not initialize auditing (%m); continuing");
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddaemon.cpp56 Syslog::warning("fork() short on resources (errno=%d); retrying", errno);
60 Syslog::error("fork() failed (errno=%d)", errno);
105 Syslog::error("Re-execution attempt failed");
H A Ddevrandom.cpp60 Syslog::error("DevRandomGenerator: wanted %ld got %ld bytes",
65 Syslog::error("DevRandomGenerator: error %d reading /dev/random",
H A Dlogging.h44 namespace Syslog namespace in namespace:Security
65 } // end namespace Syslog
H A Dccaudit.cpp37 Syslog::warning("setting terminal ID info failed; using defaults");
106 Syslog::notice("Attempted to initialize auditing, but this kernel does not support auditing");
108 Syslog::warning("Could not initialize auditing (%m); continuing");
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DSyslog.pm1 package Log::Dispatch::Syslog;
3 $Log::Dispatch::Syslog::VERSION = '2.34';
16 use Sys::Syslog 0.25 ();
74 Sys::Syslog::setlogsock(
86 Sys::Syslog::openlog(
90 Sys::Syslog::syslog( $self->{priorities}[$pri], $p{message} );
91 Sys::Syslog::closelog;
107 Log::Dispatch::Syslog - Object for logging to system log.
120 'Syslog',
153 like). See the openlog(3) and Sys::Syslog doc
[all...]
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/
H A DMakefile.PL13 print "Checking for Sys::Syslog ... ";
14 eval { require Sys::Syslog };
21 While loading the Sys::Syslog module, I received the following error message:
38 I cannot load the Sys::Syslog module which should be working on any Unix
/macosx-10.10/security_authtrampoline-55105/src/
H A DAuthorizationTrampoline.cpp58 Syslog::open("authexec", LOG_AUTH);
62 Syslog::alert("invalid argument vector");
118 Syslog::notice("executing %s", pathToTool);
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/Daemon/
H A DLog.pm56 eval { require Sys::Syslog };
58 die "Cannot open Syslog: $@";
61 defined(&Sys::Syslog::setlogsock) &&
62 eval { &Sys::Syslog::_PATH_LOG() }) {
63 &Sys::Syslog::setlogsock('unix');
65 &Sys::Syslog::openlog($self->{'logname'} || ref($self), 'pid',
114 &Sys::Syslog::syslog($level, "$tid$format", @args);
239 on the underlying classes Sys::Syslog, Win32::EventLog or IO::Handle.
264 L<Net::Daemon(3)>, L<Sys::Syslog(3)>, L<Win32::EventLog(3)>,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/opensslUtils/
H A DopensslUtils.cpp65 Security::Syslog::error("Apple CSP: yarrow failure");
113 Security::Syslog::error("Apple CSP %s: %s", op, outbuf);
116 Security::Syslog::error("Apple CSP %s", outbuf);
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DSyslogAppender.pm5 use Log::Dispatch::Syslog;
30 return Log::Log4perl::Appender->new("Log::Dispatch::Syslog",
41 Log::Log4perl::JavaMap::SysLogAppender - wraps Log::Dispatch::Syslog
46 This maps log4j's SyslogAppender to Log::Dispatch::Syslog
50 SyslogHost (Log::Dispatch::Syslog only accepts 'localhost')
53 Possible config properties for Log::Dispatch::Syslog are
/macosx-10.10/security_ocspd-55124/server/
H A Dmain.cpp145 Syslog::alert("Tried to run ocspd as user %d: aborted", uid);
182 Syslog::alert("Aborting");
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Dsyslog.pl3 # Syslog test cases
53 log4j.appender.syslogappndr = Log::Dispatch::Syslog
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.cpp71 Syslog::warning("SessionCreate flags=0x%lx unsupported (ignored)", (unsigned long)flags);

Completed in 321 milliseconds

1234