Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
boost::log ライブラリを使用してロギングを実装しようとしています。ロガーをプライベート クラス メンバーとして宣言しましたが、静的ファクトリ メソッドを持つクラスに到達したときの問題は数えませんでした。エラー メッセージ: 静的メンバー関数でのメンバー 'MyObjectContainer::slg' の使用が無効です。グローバルロガーを回避したいのですが、他に解決策はありますか?
前もって感謝します。