letsencrypt::Client method log (protected)

 <instance of letsencrypt::Client[i]> log args [ args... ]

Defined in /usr/local/ns/tcl/letsencrypt/letsencrypt-procs.tcl

Parameters:
args

Partial Call Graph (max 5 caller/called nodes):
%3 ns_write ns_write letsencrypt::Client instproc log letsencrypt::Client instproc log letsencrypt::Client instproc log->ns_write

Testcases:
No testcase defined.
Source code:
set msg [join $args " "]
if {!${:background}} {
    ::ns_write $msg
} else {
    append :log $msg
}
ns_log notice "letsencrypt: $msg"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: