Open kocho1984 opened 3 weeks ago
Hello @kocho1984, thank you for your questions!
However, I do see that both, logging before participant creation, and after participant destruction may be an interesting features for users. I'll create internal issues to track these use-cases and we'll discuss these internally. I cannot promise any outcome though.
Thank you for your patience 👍
@VDanielEdwards: In case createParticipant
throws an exception, I think logging it to a file would be useful. Currently, logger cannot exist without a participant.
Thank you for your consideration.
Hi,
Is it possible to log to a file with
ILogger
before a participant is created? Use case: Attempting to create a participant throws an exception and the user wants to log this to a file.Can the logger returned by
participant->GetLogger()
still be used after the participant has been destroyed? Use case: User wants to log to a file that participant has been destroyed.