Table of Contents

Class GloamHostConfig

Namespace
Gloam.Runtime.Config
Assembly
Gloam.Runtime.dll

Configuration class for the Gloam runtime host, containing application settings and runtime options

public class GloamHostConfig
Inheritance
GloamHostConfig
Inherited Members

Properties

AppName

Gets or sets the application name

public string AppName { get; set; }

Property Value

string

AppVersion

Gets or sets the application version

public string AppVersion { get; set; }

Property Value

string

EnableConsoleLogging

Gets or sets whether to enable console logging output

public bool EnableConsoleLogging { get; set; }

Property Value

bool

EnableFileLogging

Gets or sets whether to enable file-based logging output

public bool EnableFileLogging { get; set; }

Property Value

bool

LoaderType

Gets or sets the type of content loader to use

public ContentLoaderType LoaderType { get; set; }

Property Value

ContentLoaderType

LogLevel

Gets or sets the minimum log level for filtering messages

public LogLevelType LogLevel { get; set; }

Property Value

LogLevelType

RootDirectory

Gets or sets the root directory for content loading

public string RootDirectory { get; set; }

Property Value

string