18 set =>
m_Mask.Set(value.GetNames());
Implements a Mask for Log Messages.
static BadLogMask GetMask(params BadLogMask[] masks)
Returns a combined mask of all masks provided.
string[] GetNames()
Returns a list of masks that are contained in this mask.
static readonly BadLogMask All
Static Helper for the "All" Mask.
Contains settings for all log writers.
readonly BadEditableSetting< BadLogWriterSettings, string[]> m_Mask
Implements an Editable Setting.
Helper class that can be used to automatically load a settings object from a file.
Contains Writer Implementations for the BadScript Logging System.
Contains the Settings Implementation.