Mirror::Logging::LogSettingsExt
Public Functions
Name | |
---|---|
void | SaveFromDictionary(this LogSettings settings, SortedDictionary< string, ILogger > dictionary) |
void | LoadIntoDictionary(this LogSettings settings, SortedDictionary< string, ILogger > dictionary) |
Public Functions Documentation
function SaveFromDictionary
static inline void SaveFromDictionary(
this LogSettings settings,
SortedDictionary< string, ILogger > dictionary
)
function LoadIntoDictionary
static inline void LoadIntoDictionary(
this LogSettings settings,
SortedDictionary< string, ILogger > dictionary
)
Updated on 26 January 2021 at 15:30:29 UTC