Home
last modified time | relevance | path

Searched refs:log_to_file (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/databases/slony1v2/slony1-2.2.10/tools/altperl/
H A Dslon_watchdog2.pl46 log_to_file( $logfile , "Invoking watchdog for $CLUSTER_NAME node $nodenum, sleep time = $sleep +/-…
59 log_to_file( $logfile , "Query_slony_status returns true for $CLUSTER_NAME node $nodenum" );
69log_to_file( $logfile , "Query_slony_status returns false for $CLUSTER_NAME node $nodenum, node_is…
102 log_to_file($logfile,"submit slonik to restart $CLUSTER_NAME node $nodenum");
111 log_to_file($logfile,"terminate slon daemon for $CLUSTER_NAME node $nodenum, PID $pid");
120 log_to_file($logfile,"restart slon for $CLUSTER_NAME node $nodenum");
126 sub log_to_file { subroutine
H A Dslon_watchdog.pl47 log_to_file( $logfile , "Invoking watchdog for $CLUSTER_NAME node $nodenum , sleep time = $sleep +/…
59 log_to_file( $logfile_err , $message );
62 log_to_file( $logfile , "No Slon running for $CLUSTER_NAME node $nodenum, restarting slon");
73log_to_file( $logfile_err , "WATCHDOG: Restarted slon for the $CLUSTER_NAME cluster $node, new PID…
76log_to_file( $logfile , "Found slon daemon for $CLUSTER_NAME $node, PID $pid, Sleeping for $sleep …
82 sub log_to_file { subroutine
/dports/net-mgmt/check_logfiles/check_logfiles-3.13/t/
H A D004rotationpattern.t41 sub log_to_file {
79 log_to_file($logdir, $day, $hour, 2, "Failed password for invalid user1");
108 log_to_file($logdir, $day, $hour, 2, "Failed password for invalid user1");
134 log_to_file($logdir, $day, $hour, 3, "Failed password for invalid user1");
157 log_to_file($logdir, $day, $hour, 4, "Failed password for invalid user1");
163 log_to_file($logdir, $day, $hour, 4, "Failed password for invalid user1");
187 log_to_file($logdir, $day, $hour, 4, "Failed password for invalid user1");
193 log_to_file($logdir, $day, $hour, 1, "Failed password for invalid user1");
199 log_to_file($logdir, $day, $hour, 1, "Failed password for invalid user1");
225 log_to_file($logdir, $day, $hour, 1, "Failed password for invalid user1");
[all …]
/dports/devel/erlang-gproc/gproc-0.8.0/patches/stdlib/
H A Dsys.erl25 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
66 log_to_file(Name, FileName) -> function
67 send_system_msg(Name, {debug, {log_to_file, FileName}}).
68 log_to_file(Name, FileName, Timeout) -> function
246 debug_cmd({log_to_file, false}, Debug) ->
249 debug_cmd({log_to_file, FileName}, Debug) ->
253 {ok, install_debug(log_to_file, Fd, NDebug)};
322 case get_debug(log_to_file, Debug, []) of
327 remove_debug(log_to_file, Debug)
349 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/print/hplip/hplip-3.20.6/base/
H A Dlogger.py206 def log_to_file(self, message): member in Logger
232 self.log_to_file(txt)
243 self.log_to_file(txt)
253 self.log_to_file(txt)
266 self.log_to_file(line % (self.module, self.pid, title))
267 self.log_to_file(block)
302 self.log_to_file("%s[%d]: info: :%s" % (self.module, self.pid, message))
316 self.log_to_file(txt)
328 self.log_to_file(txt)
342 self.log_to_file(txt)
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libntp/
H A Dmsyslog.c95 bool log_to_file; in addto_syslog() local
113 log_to_file = false; in addto_syslog()
118 log_to_file = true; in addto_syslog()
123 if (!(log_to_file || log_to_term)) in addto_syslog()
132 if (termlogit_pid || log_to_file) in addto_syslog()
156 if (log_to_file) { in addto_syslog()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_logging.cpp138 bool const log_to_file = impl_->log_->GetValue(); in SetCtrlState() local
141 impl_->file_->Enable(log_to_file); in SetCtrlState()
142 impl_->browse_->Enable(log_to_file); in SetCtrlState()
143 impl_->do_limit_->Enable(log_to_file); in SetCtrlState()
144 impl_->limit_->Enable(log_to_file && limit); in SetCtrlState()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dsys.erl30 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
222 log_to_file(Name, FileName) -> function
223 send_system_msg(Name, {debug, {log_to_file, FileName}}).
229 log_to_file(Name, FileName, Timeout) -> function
542 debug_cmd({log_to_file, false}, Debug) ->
545 debug_cmd({log_to_file, FileName}, Debug) ->
549 {ok, install_debug(log_to_file, Fd, NDebug)};
633 case get_debug2(log_to_file, Debug, []) of
638 remove_debug(log_to_file, Debug)
673 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dlog.cxx64 void cLogfile::log_to_file(log_t type, const string& s) in log_to_file() function in cLogfile
111 log_to_file(LOG_START, "started"); in log_to_file_start()
116 log_to_file(LOG_STOP, "stopped"); in log_to_file_stop()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dsys.erl30 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
245 log_to_file(Name, FileName) -> function
246 send_system_msg(Name, {debug, {log_to_file, FileName}}).
252 log_to_file(Name, FileName, Timeout) -> function
575 debug_cmd({log_to_file, false}, Debug) ->
578 debug_cmd({log_to_file, FileName}, Debug) ->
582 {ok, install_debug(log_to_file, Fd, NDebug)};
668 case get_debug2(log_to_file, Debug, []) of
673 remove_debug(log_to_file, Debug)
764 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dsys.erl30 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
242 log_to_file(Name, FileName) -> function
243 send_system_msg(Name, {debug, {log_to_file, FileName}}).
249 log_to_file(Name, FileName, Timeout) -> function
572 debug_cmd({log_to_file, false}, Debug) ->
575 debug_cmd({log_to_file, FileName}, Debug) ->
579 {ok, install_debug(log_to_file, Fd, NDebug)};
665 case get_debug2(log_to_file, Debug, []) of
670 remove_debug(log_to_file, Debug)
761 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsys.erl30 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
245 log_to_file(Name, FileName) -> function
246 send_system_msg(Name, {debug, {log_to_file, FileName}}).
252 log_to_file(Name, FileName, Timeout) -> function
575 debug_cmd({log_to_file, false}, Debug) ->
578 debug_cmd({log_to_file, FileName}, Debug) ->
582 {ok, install_debug(log_to_file, Fd, NDebug)};
668 case get_debug2(log_to_file, Debug, []) of
673 remove_debug(log_to_file, Debug)
764 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsys.erl30 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
245 log_to_file(Name, FileName) -> function
246 send_system_msg(Name, {debug, {log_to_file, FileName}}).
252 log_to_file(Name, FileName, Timeout) -> function
575 debug_cmd({log_to_file, false}, Debug) ->
578 debug_cmd({log_to_file, FileName}, Debug) ->
582 {ok, install_debug(log_to_file, Fd, NDebug)};
668 case get_debug2(log_to_file, Debug, []) of
673 remove_debug(log_to_file, Debug)
764 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsys.erl30 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
245 log_to_file(Name, FileName) -> function
246 send_system_msg(Name, {debug, {log_to_file, FileName}}).
252 log_to_file(Name, FileName, Timeout) -> function
575 debug_cmd({log_to_file, false}, Debug) ->
578 debug_cmd({log_to_file, FileName}, Debug) ->
582 {ok, install_debug(log_to_file, Fd, NDebug)};
668 case get_debug2(log_to_file, Debug, []) of
673 remove_debug(log_to_file, Debug)
764 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsys.erl30 log_to_file/2, log_to_file/3, no_debug/1, no_debug/2,
245 log_to_file(Name, FileName) -> function
246 send_system_msg(Name, {debug, {log_to_file, FileName}}).
252 log_to_file(Name, FileName, Timeout) -> function
575 debug_cmd({log_to_file, false}, Debug) ->
578 debug_cmd({log_to_file, FileName}, Debug) ->
582 {ok, install_debug(log_to_file, Fd, NDebug)};
668 case get_debug2(log_to_file, Debug, []) of
673 remove_debug(log_to_file, Debug)
764 debug_options([{log_to_file, FileName} | T], Debug) ->
[all …]
/dports/devel/tcllib/tcllib-1.20/examples/logger/
H A Dlogtofile.tcl16 proc log_to_file {lvl txt} { procedure
30 interp alias {} log_to_file_$lvl {} log_to_file $lvl
/dports/devel/tcllibc/tcllib-1.20/examples/logger/
H A Dlogtofile.tcl16 proc log_to_file {lvl txt} { procedure
30 interp alias {} log_to_file_$lvl {} log_to_file $lvl
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dmsyslog.c154 int log_to_file; in addto_syslog() local
170 log_to_file = FALSE; in addto_syslog()
177 log_to_file = TRUE; in addto_syslog()
184 if (!(log_to_file || log_to_term)) in addto_syslog()
192 if (msyslog_term_pid || log_to_file) in addto_syslog()
215 if (log_to_file) { in addto_syslog()
/dports/devel/urjtag/urjtag-2021.03/src/apps/bsdl2jtag/
H A Dbsdl2jtag.c38 log_to_file (const char *fmt, va_list ap) in log_to_file() function
92 urj_log_state.out_vprintf = log_to_file; in main()
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/sanitizer_common/
H A Dsanitizer_common.cc26 static bool log_to_file = false; // Set to true by __sanitizer_set_report_path variable
65 if (!log_to_file || (report_fd_pid == GetPid())) return; in MaybeOpenReportFile()
72 log_to_file = false; in MaybeOpenReportFile()
220 log_to_file = true; in __sanitizer_set_report_path()
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/sanitizer_common/
H A Dsanitizer_common.cc26 static bool log_to_file = false; // Set to true by __sanitizer_set_report_path variable
65 if (!log_to_file || (report_fd_pid == GetPid())) return; in MaybeOpenReportFile()
72 log_to_file = false; in MaybeOpenReportFile()
220 log_to_file = true; in __sanitizer_set_report_path()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dsys_SUITE.erl22 init_per_group/2,end_per_group/2,log/1,log_to_file/1,
36 [log, log_to_file, stats, trace, suspend, install, special_process].
65 log_to_file(Config) when is_list(Config) -> function
68 ok = sys:log_to_file(?server,TempName),
70 ok = sys:log_to_file(?server,false),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dsys_SUITE.erl22 init_per_group/2,end_per_group/2,log/1,log_to_file/1,
36 [log, log_to_file, stats, trace, suspend, install, special_process].
65 log_to_file(Config) when is_list(Config) -> function
68 ok = sys:log_to_file(?server,TempName),
70 ok = sys:log_to_file(?server,false),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dsys_SUITE.erl22 init_per_group/2,end_per_group/2,log/1,log_to_file/1,
36 [log, log_to_file, stats, trace, suspend, install, special_process].
65 log_to_file(Config) when is_list(Config) -> function
68 ok = sys:log_to_file(?server,TempName),
70 ok = sys:log_to_file(?server,false),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsys_SUITE.erl22 init_per_group/2,end_per_group/2,log/1,log_to_file/1,
36 [log, log_to_file, stats, trace, suspend, install, special_process].
65 log_to_file(Config) when is_list(Config) -> function
68 ok = sys:log_to_file(?server,TempName),
70 ok = sys:log_to_file(?server,false),

12345678910>>...19