[Logger] Modify initialization error message of logger instance
authorhyunil park <hyunil46.park@samsung.com>
Fri, 18 Nov 2022 00:47:26 +0000 (09:47 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 30 Nov 2022 05:52:10 +0000 (14:52 +0900)
commit300d8125ca46fadc71093bead06447ad2d45f5f2
tree6002148589f4eb4ea9e5c788aa484e7bb5d33ef2
parent3e0ec63f113e1807e7ca068ac9886c966380fe0a
[Logger] Modify initialization error message of logger instance

- Runtime error occurs when an app is executed in a place other
  than the home directory excepted Android and Tizen
- Currently, Android and Tizen don't make logger
- If an user runs an app using nntrainer in a place where
  the logger cannot be initialized, the path is shown for help
- In case of Ubunut, logger unable to initialize on '/usr/bin/',
  /usr/lib/' and etc

**Self evaluation:**
1. Build test:   [X]Passed [ ]Failed [ ]Skipped
2. Run test:     [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
nntrainer/nntrainer_logger.cpp