Search Results for

    Show / Hide Table of Contents

    Delegate ALogMessageCallback

    Returns a log message. Only called if the log level is enabled and the logging configuration results in the message being logged. This can be used to only create expensive logging method arguments if the message is actually logged.

    Namespace: actionETL.Logging
    Assembly: actionETL.dll
    Syntax
    public delegate string ALogMessageCallback();
    Returns
    Type Description
    String

    Log message string.

    In This Article
    Back to top Copyright © 2023 Envobi Ltd