dlr-gtlab / gt-logging

Basic C++14 logging library based on QsLog
0 stars 0 forks source link

Update comment for Logger::destination #40

Closed rainman110 closed 10 months ago

rainman110 commented 1 year ago

In GitLab by @mariusalexander on Dec 16, 2022, 13:31

Currently the comment reads:

    //! Checks if the named destination has been added.
    GT_LOGGING_EXPORT
    Destination* destination(const std::string& id);

it should be changed to something like:

    //! Returns the destination specified by name. May return null if the destion was not found.
    GT_LOGGING_EXPORT
    Destination* destination(const std::string& id);
rainman110 commented 1 year ago

In GitLab by @rainman110 on Feb 2, 2023, 15:50

mentioned in commit 6390f61e5a568951dffe3e4506fb8882154befe7