75 i = $parent_modules - 1 - bo
77 ($parent_modules == undef) ?
"root()"
78 : (bo > $parent_modules-1) ? undef
80 : (i == to) ? str( parent_module( i ),
"()" )
81 : str( parent_module( i ),
"(): ",
stack( bo + 1, to ) );
89 um = (m==undef) ?
"" : m;
101 um = (m==undef) ?
"" : m;
102 mt = (t==undef) ?
"NO_TYPE" : t;
106 echo ( str(
"[", sp, mt, sp,
"]", sp, um) );
119 um = (m==undef) ?
"" : m;
125 if ( $log_debug ==
true )
126 echo ( str(mt, sp, cs,
";", sp, um) );
135 um = (m==undef) ?
"" : m;
141 echo ( str(mt, sp, cs,
";", sp, um) );
150 um = (m==undef) ?
"" : m;
156 hb = chr( [
for (i=[0:1:len(um)+len(mt)+4]) bc] );
157 ms = str(chr(bc), sp, mt, sp, um, sp, chr(bc));
182 um = (m==undef) ?
"" : m;
188 hb = chr( [
for (i=[0:1:len(um)+len(mt)+6]) bc] );
189 hs = chr( concat([bc, bc],[
for (i=[0:1:len(um)+len(mt)+2]) 32],[bc, bc]) );
190 ms = str(chr(bc), chr(bc), sp, mt, sp, um, sp, chr(bc), chr(bc));
194 echo (hb); echo (hb);
198 echo (hb); echo (hb);
module log_debug(m)
Output diagnostic message to console.
module log_warn(m)
Output warning message to console.
module log_error(m)
Output error message to console.
module log_echo(m)
Output message to console.
function stack(b=0, t=0)
Format the function call stack as a string.
module log_type(t, m)
Output diagnostic message to console.
module log_info(m)
Output information message to console.