SA_Logger
Sapphire's Suite's C++ Logger.
Loading...
Searching...
No Matches
FileName.hpp
1// Copyright (c) 2023 Sapphire's Suite. All Rights Reserved.
2
3#pragma once
4
5#ifndef SAPPHIRE_LOGGER_FILE_NAME_GUARD
6#define SAPPHIRE_LOGGER_FILE_NAME_GUARD
7
8namespace SA
9{
11
12 namespace Intl
13 {
21 const wchar_t* FileNameFromPath(const wchar_t* _filePath) noexcept;
22 }
23
24 #define __SA_FILE_NAME SA::Intl::FileNameFromPath(SA_WIDE(__FILE__))
25
27}
28
29#endif // GUARD