logctl
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | logctl [2006/09/01 18:32] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: logctl.txt, | ||
| + | ======Synopsis: | ||
| + | $__logctl__(REFNUMS [ACTIVE|INACTIVE|ALL]) \\ | ||
| + | $__logctl__(REFNUM < | ||
| + | $__logctl__(ADD log-desc [target]) \\ | ||
| + | $__logctl__(DELETE log-desc [target]) \\ | ||
| + | $__logctl__(GET < | ||
| + | $__logctl__(SET < | ||
| + | $__logctl__(MATCH [pattern]) \\ | ||
| + | $__logctl__(PMATCH [pattern]) \\ | ||
| + | $__logctl__(CURRENT) | ||
| + | |||
| + | ======Technical: | ||
| + | * $__logctl__(REFNUMS ALL) \\ Returns refnums of all logfiles | ||
| + | * $__logctl__(REFNUMS ACTIVE) \\ Returns refnums of all active (" | ||
| + | * $__logctl__(REFNUMS INACTIVE) \\ Returns refnums of all inactive (" | ||
| + | * $__logctl__(REFNUM < | ||
| + | * $__logctl__(MATCH [pattern]) \\ Return empty string (unimplemented for now) | ||
| + | * $__logctl__(PMATCH [pattern]) \\ Return empty string (unimplemented for now) | ||
| + | * $__logctl__(ADD log-desc [target]) \\ Add a target to be logged to an existing logfile | ||
| + | * $__logctl__(DELETE log-desc [target]) \\ Remove a target to be logged from an existing logfile | ||
| + | * $__logctl__(GET < | ||
| + | * $__logctl__(CURRENT) \\ Return refnum of logfile we're currently writing to. This function is intended to be called from within /[[set log_rewrite]]. | ||
| + | * -1) Nothing at all is being logged. | ||
| + | * 0) Something is being logged into a global log or a window log. | ||
| + | * >0) Something is being logged to given log refnum. | ||
| + | * $__logctl__(SET < | ||
| + | * REFNUM (GET only) The logfile' | ||
| + | * NAME The logfile' | ||
| + | * FILENAME | ||
| + | * SERVER | ||
| + | * TARGETS | ||
| + | * LEVEL The levels we're filtering the logfile on | ||
| + | * REWRITE | ||
| + | * MANGLE | ||
| + | * STATUS | ||
| + | * TYPE What we're logging: " | ||
| + | * ACTIVITY | ||
| + | |||
| + | ======History: | ||
| + | The $logctl() function first appeared in EPIC4-1.1.8. \\ | ||
| + | ACTIVITY and REFNUMS first appeared in EPIC4-1.1.11. | ||
logctl.txt · Last modified: 2006/09/01 18:32 by 127.0.0.1
