This commit is contained in:
@@ -49,8 +49,8 @@ namespace OatmealUtils {
|
||||
}
|
||||
|
||||
inline void createLogger(std::string name, std::string filename) { createLogger(name.c_str(), filename.c_str()); }
|
||||
inline std::shared_ptr<logger> get(const char *name) { return spdlog::get(name); }
|
||||
inline std::shared_ptr<logger> get(std::string name) { return spdlog::get(name); }
|
||||
inline std::shared_ptr<logger> getLogger(const char *name) { return spdlog::get(name); }
|
||||
inline std::shared_ptr<logger> getLogger(std::string name) { return spdlog::get(name); }
|
||||
|
||||
} // namespace OatmealUtils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user