/dports/devel/p5-IO-Toolkit/IO-Toolkit-1.008/samples/ |
H A D | hash2sql.pl | 18 logme("open"); 23 || logme("F", "Database Error: $DBI::errstr"); 24 logme("D", "dbconnect ok"); 32 logme("S", $sql); 36 logme("D", "loop"); 42 logme("D","doing something with ".$href->{description}); 47 logme("close");
|
H A D | mytemplate.pl | 33 logme("open", $logfilename); 34 logme("M","$programname V$VERSION started --------------------------------------------------"); 35 logme("C", "Logfile $logfilename used."); 36 logme("M","$programname V$VERSION ended --------------------------------------------------"); 37 logme("close");
|
/dports/devel/p5-IO-Toolkit/IO-Toolkit-1.008/ |
H A D | Toolkit.pm | 33 our @EXPORT = qw(&logme &gettimestamp); 37 sub logme subroutine 140 logme("S",$sql); 146 or logme("E", "Cannot get number of columns. SQL Syntax error?"); 147 my @field_names = @{$sth->{NAME}} or logme("E", "Cannot get column names"); 149 my $ary_ref = $sth->fetchall_arrayref() or logme("E", "Cannot fetch data"); 156 logme("F", "Database Error: Unable to get data $localdbh->errstr"); 187 my $ret = $locsth->execute or logme("E", "Database error: " . $locdbh->errstr);;
|
H A D | README | 42 logme("open", $logfilename); 43 … logme("M","$programname V$VERSION started --------------------------------------------------"); 44 logme("C", "Logfile $logfilename used."); 45 … logme("M","$programname V$VERSION ended --------------------------------------------------"); 46 logme("close"); 84 IO::Toolkit::logme("M","Message") 88 Because IO::Toolkit::logme is exported, you can just use 89 logme("M","message") in your scripts. 134 logme and gettimestamp are exported.
|
/dports/sysutils/cfengine316/cfengine-3.16.0/examples/ |
H A D | syslog2.cf | 24 action => logme("$(software)"); 30 body action logme(x)
|
H A D | update.cf | 85 action => logme("executor"); 89 action => logme("server"); 101 body action logme(x)
|
H A D | log_private.cf | 40 action => logme("$(software)"); 46 body action logme(x)
|
/dports/sysutils/cfengine317/cfengine-3.17.0/examples/ |
H A D | syslog2.cf | 24 action => logme("$(software)"); 30 body action logme(x)
|
H A D | update.cf | 85 action => logme("executor"); 89 action => logme("server"); 101 body action logme(x)
|
H A D | log_private.cf | 40 action => logme("$(software)"); 46 body action logme(x)
|
/dports/sysutils/cfengine-devel/core-d08ae9eff/examples/ |
H A D | syslog2.cf | 24 action => logme("$(software)"); 30 body action logme(x)
|
H A D | update.cf | 85 action => logme("executor"); 89 action => logme("server"); 101 body action logme(x)
|
H A D | log_private.cf | 40 action => logme("$(software)"); 46 body action logme(x)
|
/dports/sysutils/cfengine/cfengine-3.19.0/examples/ |
H A D | syslog2.cf | 24 action => logme("$(software)"); 30 body action logme(x)
|
H A D | update.cf | 85 action => logme("executor"); 89 action => logme("server"); 101 body action logme(x)
|
H A D | log_private.cf | 40 action => logme("$(software)"); 46 body action logme(x)
|
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/ |
H A D | syslog2.cf | 24 action => logme("$(software)"); 30 body action logme(x)
|
H A D | update.cf | 85 action => logme("executor"); 89 action => logme("server"); 101 body action logme(x)
|
H A D | log_private.cf | 40 action => logme("$(software)"); 46 body action logme(x)
|
/dports/sysutils/cfengine319/cfengine-3.19.0/examples/ |
H A D | syslog2.cf | 24 action => logme("$(software)"); 30 body action logme(x)
|
H A D | update.cf | 85 action => logme("executor"); 89 action => logme("server"); 101 body action logme(x)
|
H A D | log_private.cf | 40 action => logme("$(software)"); 46 body action logme(x)
|
/dports/devel/py-oslo.privsep/oslo.privsep-2.6.2/oslo_privsep/tests/ |
H A D | test_daemon.py | 63 def logme(level, msg, exc_info=False): function 99 logme(logging.DEBUG, u'test@DEBUG') 100 logme(logging.WARN, u'test@WARN') 118 logme(logging.WARN, u'test with exc', exc_info=True) 143 logme(logging.WARN, u'test with exc', exc_info=True)
|
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/ |
H A D | decoder.py | 187 … logme = T("UUencode detected, only yEnc encoding is supported [%s]") % nzo.final_name 188 logging.error(logme) 189 nzo.fail_msg = logme
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/vim/ |
H A D | UltiSnips.md | 26 - `<< some->expression.logme` + `<tab>` includes the expression 82 snippet "<<.(.+)\.logme" "Logging expansion" r
|