Go to the source code of this file.
Functions | |
render_row ($d, $component, $pid, $level, $msg, $c) | |
render_rows () | |
process ($line, $c) | |
showlevel (level) | |
shownone (btn) | |
showall (btn) | |
showpeer (peer) | |
showcomp (comp) | |
load_debug (btn, up) | |
hide (btn) | |
Variables | |
$path ='log' | |
$lines = array() | |
$peers = array() | |
$comps = array() | |
$ajax = FALSE | |
$colors | |
if(array_key_exists('a', $_GET)) | else |
$t0 = microtime(true) | |
$handle = @fopen($path, 'r') | |
$t1 = microtime(true) | |
$c = 0 | |
render_row | ( | $d, | |
$component, | |||
$pid, | |||
$level, | |||
$msg, | |||
$c | |||
) |
Definition at line 13 of file log.php.
References $ajax, $peers, echo, and list.
Referenced by render_rows().
render_rows | ( | ) |
Definition at line 40 of file log.php.
References $lines, and render_row().
process | ( | $line, | |
$c | |||
) |
Definition at line 48 of file log.php.
References $c, $comps, $lines, and $peers.
Referenced by signal_run().
showlevel | ( | level | ) |
Definition at line 251 of file log.php.
References id.
shownone | ( | btn | ) |
showall | ( | btn | ) |
showpeer | ( | peer | ) |
Definition at line 278 of file log.php.
References id.
showcomp | ( | comp | ) |
Definition at line 295 of file log.php.
References id.
load_debug | ( | btn | , |
up | |||
) |
Definition at line 312 of file log.php.
hide | ( | btn | ) |
$lines = array() |
Definition at line 4 of file log.php.
Referenced by process(), and render_rows().
$peers = array() |
Definition at line 5 of file log.php.
Referenced by process(), and render_row().
$ajax = FALSE |
Definition at line 7 of file log.php.
Referenced by render_row().
$colors |