Home > @microsoft/rush-lib > IPhase > logFilenameIdentifier
IPhase.logFilenameIdentifier property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This property is used in the name of the filename for the logs generated by this phase. This is a filesystem-safe version of the phase name. For example, a phase with name _phase:compile has a logFilenameIdentifier of _phase_compile.
Signature:
logFilenameIdentifier: string;