Show / Hide Table of Contents

    Interface ITriggerCustomLog

    Event trigger for producing a custom log.

    Namespace: QFSW.BA.EventTriggers
    Assembly: QFSW.BA.dll
    Syntax
    public interface ITriggerCustomLog : IBuildEventTrigger

    Events

    TriggerCustomLog

    Triggers a custom log event.

    Declaration
    event Action<string> TriggerCustomLog
    Event Type
    Type Description
    Action<String>

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top