mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
Update src/Util/log.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
ff2a9dd37a
commit
4706b6b4e5
1 changed files with 0 additions and 2 deletions
|
@ -85,8 +85,6 @@ int init(bool use_stdout) {
|
||||||
return 0; // all ok
|
return 0; // all ok
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void set_level(spdlog::level::level_enum log_level) { spdlog::set_level(log_level); }
|
void set_level(spdlog::level::level_enum log_level) { spdlog::set_level(log_level); }
|
||||||
|
|
||||||
} // namespace logging
|
} // namespace logging
|
Loading…
Add table
Add a link
Reference in a new issue