Show / Hide Table of Contents

    Interface IDiagnosticLogger

    Interface for logging diagnostic output.

    Namespace: ComponentTask
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IDiagnosticLogger
    Remarks

    Can be used to get diagnostic output when using a custom LocalTaskRunner.

    Methods

    Log(String)

    Log a diagnostic message.

    Declaration
    void Log(string message)
    Parameters
    Type Name Description
    System.String message

    Message to log.

    Back to top ComponentTask documentation