PLogStageRegister
Attaches a charactor string name to a logging stage.
Synopsis
int PLogStageRegister(int stage, char *sname)
Not
Collective
Input Parameters
stage | - the stage from 0 to 9 inclusive
|
sname | - the name to associate with that stage
|
Notes
The string information (for stage names) is not copied, so the
usershould NOT change any strings specified here.
See Also
PLogStagePush(), PLogStagePop()
Examples
src/mat/examples/tutorials/ex1.c
src/sles/examples/tutorials/ex5.c
src/sles/examples/tutorials/ex10.c
src/sles/examples/tutorials/ex9.c
Location: src/plog/src/plog.c
Logging Index
Table of Contents