logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IFileLogPersistenceSettings

    Configuration contract for file log persistence.
    Defines the filename used when writing log entries to disk.

    Namespace: Serenity.Logging.Application.Interfaces
    Assembly: Serenity.Global.Application.dll
    Syntax
    public interface IFileLogPersistenceSettings

    Fields

    DefaultLogFileName

    The default filename used for file logging.

    Declaration
    public const string DefaultLogFileName = "log.txt"
    Field Value
    Type Description
    string

    Properties

    LogFileName

    Gets the filename used for file logging.
    Defaults to DefaultLogFileName when not explicitly configured.

    Declaration
    string LogFileName { get; }
    Property Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved