Project

General

Profile

« Previous | Next » 

Revision 13201

lib/sh/util.sh: added log_local stub

View differences:

trunk/lib/sh/util.sh
42 42

  
43 43
#### stubs
44 44

  
45
alias log_local='declare PS4="$PS4" log_level="$log_level"'
46

  
45 47
function log() { :; }
46 48

  
47 49
__caller_indent='log_indent="$log_indent$log_indent_step"'
......
484 486
# for unfiltered messages, the log_level is 0 (i.e. still output at verbosity=0)
485 487
# to view a message's log_level, count the # of + signs before it in the output
486 488

  
487
alias log_local='declare PS4="$PS4" log_level="$log_level"'
488

  
489 489
fi # load new aliases
490 490
if self_being_included; then
491 491

  

Also available in: Unified diff