Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILogFilter

    Represents a filter that determines which log entries are included or excluded.

    Namespace: Umbraco.Cms.Core.Logging.Viewer
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface ILogFilter

    Methods

    View Source

    TakeLogEvent(LogEvent)

    Determines whether the specified log event should be taken (accepted) by the filter.

    Declaration
    bool TakeLogEvent(LogEvent e)
    Parameters
    Type Name Description
    LogEvent e

    The log event to evaluate.

    Returns
    Type Description
    bool

    true if the log event is accepted by the filter; otherwise, false.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX