ActionLogConfiguration

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public class ActionLogConfiguration : IConfiguration

Summary

Configuration settings for the Action Log. Engine-agnostic version for Core layer.

Metadata

Namespace: GridPlacement.Core.Configuration

Source File: cs/Core/Configuration/ActionLogConfiguration.cs

Assembly: GridPlacement.Core

Type: class

Implements

  • IConfiguration

Properties

SuccessColor

1
public string SuccessColor { get; set; }

Hex color for success messages (e.g., “#00FF00”)


FailedColor

1
public string FailedColor { get; set; }

Hex color for failed messages (e.g., “#FF0000”)


BuiltMessage

1
public string BuiltMessage { get; set; }

FailBuildMessage

1
public string FailBuildMessage { get; set; }

ModeChangeMessage

1
public string ModeChangeMessage { get; set; }

ShowModeChanges

1
public bool ShowModeChanges { get; set; }

PrintFailedReasons

1
public bool PrintFailedReasons { get; set; }

OnReadyMessage

1
public string? OnReadyMessage { get; set; }