Function log4cl_insmod
Defined in File log4cl.h
Function Documentation
-
status_t log4cl_insmod(int64_t id, const char *name)
Add a module to the active list of debug printing modules.
If the module already exists, ERROR is returned.
- Parameters:
id – A UUID for the module to be installed
name – The name of the debugging module. Names do not necessarily have to be unique within the application, though it’s a good idea to make them that way.
- Returns: