log_add_logger adds a logger to the list of loggers.
Return Value
bool is TRUE (1) if the function was successful and otherwise FALSE (0).
Parameters
ssLogger is the logger name.
Example
log_add_logger("my-logger");
// List all loggers.
print log_get_logger_names();
History
| Version | Description |
|---|---|
| 5.0.0 | New |
See also
id-1035969