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 |