mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
commit
57e2193432
@ -760,7 +760,6 @@ public:
|
|||||||
|
|
||||||
class ch_formatter final : public flag_formatter
|
class ch_formatter final : public flag_formatter
|
||||||
{
|
{
|
||||||
public:
|
|
||||||
public:
|
public:
|
||||||
explicit ch_formatter(char ch)
|
explicit ch_formatter(char ch)
|
||||||
: ch_(ch)
|
: ch_(ch)
|
||||||
@ -825,7 +824,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// print soruce location
|
// print source location
|
||||||
class source_location_formatter final : public flag_formatter
|
class source_location_formatter final : public flag_formatter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -854,7 +853,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// print soruce filename
|
// print source filename
|
||||||
class source_filename_formatter final : public flag_formatter
|
class source_filename_formatter final : public flag_formatter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -78,7 +78,7 @@ public:
|
|||||||
void log(level::level_enum lvl, const wchar_t *fmt, const Args &... args);
|
void log(level::level_enum lvl, const wchar_t *fmt, const Args &... args);
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
void log(source_loc soruce, level::level_enum lvl, const wchar_t *fmt, const Args &... args);
|
void log(source_loc source, level::level_enum lvl, const wchar_t *fmt, const Args &... args);
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
void trace(const wchar_t *fmt, const Args &... args);
|
void trace(const wchar_t *fmt, const Args &... args);
|
||||||
|
Loading…
Reference in New Issue
Block a user