Show / Hide Table of Contents

    Interface ICustomLogProduced

    Event handler for when a custom log is produced.

    Namespace: QFSW.BA.EventHandlers
    Assembly: QFSW.BA.dll
    Syntax
    public interface ICustomLogProduced : IBuildEventHandler

    Methods

    OnCustomLogProduced(String)

    Declaration
    void OnCustomLogProduced(string log)
    Parameters
    Type Name Description
    String log

    Extension Methods

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