Click or drag to resize

BaseDirLayoutRenderer Properties

The BaseDirLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyDir
Gets or sets the name of the directory to be Path.Combine()'d with the base directory.
Public propertyFile
Gets or sets the name of the file to be Path.Combine()'d with the base directory.
Public propertyFixTempDir
Fallback to the base dir of current process, when AppDomain.BaseDirectory is Temp-Path (.NET Core 3 - Single File Publish)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyProcessDir
Use base dir of current process. Alternative one can just use ${processdir}
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Top
See Also