| ... | @@ -2053,6 +2053,11 @@ int main(int ac, char *av[]) { |
... | @@ -2053,6 +2053,11 @@ int main(int ac, char *av[]) { |
|
|
}
|
|
}
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
If you have an application that configures logging anyway (e.g. a RAD application), you can add the logger config directly to your existing log config file.
|
|
|
|
```plaintext
|
|
|
|
log4cplus.logger.cii.mal=FATAL
|
|
|
|
```
|
|
|
|
|
|
|
Side-note: To configure the logging fully programmatically, without a file, you would do:
|
|
Side-note: To configure the logging fully programmatically, without a file, you would do:
|
|
|
```plaintext
|
|
```plaintext
|
|
|
::elt::log::CiiLogManager::Configure({
|
|
::elt::log::CiiLogManager::Configure({
|
| ... | | ... | |