Class Settings
public class Settings
- Inheritance
-
Settings
Constructors
Settings()
public Settings()
Settings(string)
public Settings(string savePath)
Parameters
savePath
string
Fields
EditorLogLevel
public LogLevel EditorLogLevel
Field Value
FileLogLevel
public LogLevel FileLogLevel
Field Value
FilterMode
public Log.FilterMode FilterMode
Field Value
LogFilePath
public string LogFilePath
Field Value
LogLevel
public LogLevel LogLevel
Field Value
LogStackTrace
public bool LogStackTrace
Field Value
LogToFile
public bool LogToFile
Field Value
SourceFilters
public string SourceFilters
Field Value
Methods
Load(string)
public static Settings Load(string path)
Parameters
path
string
Returns
Save()
public void Save()