@brief Shares logging repository (base::Storage)
| 3686 | public: |
| 3687 | /// @brief Shares logging repository (base::Storage) |
| 3688 | static inline void setStorage(base::type::StoragePointer storage) { |
| 3689 | ELPP = storage; |
| 3690 | } |
| 3691 | /// @return Main storage repository |
| 3692 | static inline base::type::StoragePointer storage() { |
| 3693 | return ELPP; |
nothing calls this directly
no outgoing calls
no test coverage detected