Table of Contents

Class Settings

Namespace
Coherence.Log
Assembly
Coherence.Log.dll
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

LogLevel

FileLogLevel

public LogLevel FileLogLevel

Field Value

LogLevel

FilterMode

public Log.FilterMode FilterMode

Field Value

Log.FilterMode

LogFilePath

public string LogFilePath

Field Value

string

LogLevel

public LogLevel LogLevel

Field Value

LogLevel

LogStackTrace

public bool LogStackTrace

Field Value

bool

LogToFile

public bool LogToFile

Field Value

bool

SourceFilters

public string SourceFilters

Field Value

string

Methods

Load(string)

public static Settings Load(string path)

Parameters

path string

Returns

Settings

Save()

public void Save()