Class GloamHostConfig
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
AppVersion
Gets or sets the application version
public string AppVersion { get; set; }
Property Value
EnableConsoleLogging
Gets or sets whether to enable console logging output
public bool EnableConsoleLogging { get; set; }
Property Value
EnableFileLogging
Gets or sets whether to enable file-based logging output
public bool EnableFileLogging { get; set; }
Property Value
LoaderType
Gets or sets the type of content loader to use
public ContentLoaderType LoaderType { get; set; }
Property Value
LogLevel
Gets or sets the minimum log level for filtering messages
public LogLevelType LogLevel { get; set; }
Property Value
RootDirectory
Gets or sets the root directory for content loading
public string RootDirectory { get; set; }