![]() |
Ark Server API (ASA) - Wiki
|
#include <file_sinks.h>
Inheritance diagram for spdlog::sinks::SPDLOG_FINAL< Mutex >:
Collaboration diagram for spdlog::sinks::SPDLOG_FINAL< Mutex >:Public Member Functions | |
| simple_file_sink (const filename_t &filename, bool truncate=false) | |
| void | set_force_flush (bool force_flush) |
| rotating_file_sink (const filename_t &base_filename, std::size_t max_size, std::size_t max_files) | |
| daily_file_sink (const filename_t &base_filename, int rotation_hour, int rotation_minute) | |
| stdout_sink () | |
| stderr_sink () | |
Public Member Functions inherited from spdlog::sinks::base_sink< Mutex > | |
| base_sink () | |
| virtual | ~base_sink ()=default |
| base_sink (const base_sink &)=delete | |
| base_sink & | operator= (const base_sink &)=delete |
| void | log (const details::log_msg &msg) SPDLOG_FINAL override |
| void | flush () SPDLOG_FINAL override |
Public Member Functions inherited from spdlog::sinks::sink | |
| sink () | |
| virtual | ~sink () |
| bool | should_log (level::level_enum msg_level) const |
| void | set_level (level::level_enum log_level) |
| level::level_enum | level () const |
Static Public Member Functions | |
| static filename_t | calc_filename (const filename_t &filename, std::size_t index) |
| static std::shared_ptr< MyType > | instance () |
| static std::shared_ptr< MyType > | instance () |
Protected Member Functions | |
| void | _sink_it (const details::log_msg &msg) override |
| void | _flush () override |
| void | _sink_it (const details::log_msg &msg) override |
| void | _flush () override |
| void | _sink_it (const details::log_msg &msg) override |
| void | _flush () override |
| void | _sink_it (const details::log_msg &msg) override |
| void | _flush () override |
| void | _sink_it (const details::log_msg &msg) override |
| void | _flush () override |
Private Types | |
| using | MyType = stdout_sink<Mutex> |
| using | MyType = stderr_sink<Mutex> |
Private Member Functions | |
| void | _rotate () |
| std::chrono::system_clock::time_point | _next_rotation_tp () |
Private Attributes | |
| details::file_helper | _file_helper |
| bool | _force_flush |
| filename_t | _base_filename |
| std::size_t | _max_size |
| std::size_t | _max_files |
| std::size_t | _current_size |
| int | _rotation_h |
| int | _rotation_m |
| std::chrono::system_clock::time_point | _rotation_tp |
Additional Inherited Members | |
Protected Attributes inherited from spdlog::sinks::base_sink< Mutex > | |
| Mutex | _mutex |
Definition at line 29 of file file_sinks.h.
|
private |
Definition at line 23 of file stdout_sinks.h.
|
private |
Definition at line 52 of file stdout_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 49 of file file_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 110 of file file_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 222 of file file_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 39 of file stdout_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 68 of file stdout_sinks.h.
|
inlineprivate |
Definition at line 228 of file file_sinks.h.
|
inlineprivate |
Definition at line 122 of file file_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 43 of file file_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 99 of file file_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 212 of file file_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 33 of file stdout_sinks.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 62 of file stdout_sinks.h.
|
inlinestatic |
Definition at line 82 of file file_sinks.h.
|
inline |
Definition at line 197 of file file_sinks.h.
|
inlinestatic |
Definition at line 27 of file stdout_sinks.h.
|
inlinestatic |
Definition at line 56 of file stdout_sinks.h.
|
inline |
Definition at line 68 of file file_sinks.h.
|
inline |
Definition at line 37 of file file_sinks.h.
|
inlineexplicit |
Definition at line 32 of file file_sinks.h.
|
inline |
Definition at line 54 of file stdout_sinks.h.
|
inline |
Definition at line 25 of file stdout_sinks.h.
|
private |
Definition at line 145 of file file_sinks.h.
|
private |
Definition at line 148 of file file_sinks.h.
|
private |
Definition at line 54 of file file_sinks.h.
|
private |
Definition at line 55 of file file_sinks.h.
|
private |
Definition at line 147 of file file_sinks.h.
|
private |
Definition at line 146 of file file_sinks.h.
|
private |
Definition at line 244 of file file_sinks.h.
|
private |
Definition at line 245 of file file_sinks.h.
|
private |
Definition at line 246 of file file_sinks.h.