Search Results for

    Show / Hide Table of Contents

    Interface IFlowLogService

    Namespace: Simplic.Flow.Log
    Assembly: Simplic.Flow.Log.dll
    Syntax
    public interface IFlowLogService

    Methods

    | Improve this Doc View Source

    Error(String, Exception, Nullable<Guid>, Nullable<Guid>)

    Declaration
    void Error(string message, Exception exception, Guid? flowInstanceId = null, Guid? eventId = null)
    Parameters
    Type Name Description
    System.String message
    System.Exception exception
    System.Nullable<System.Guid> flowInstanceId
    System.Nullable<System.Guid> eventId
    | Improve this Doc View Source

    Info(String, Nullable<Guid>, Nullable<Guid>)

    Declaration
    void Info(string message, Guid? flowInstanceId = null, Guid? eventId = null)
    Parameters
    Type Name Description
    System.String message
    System.Nullable<System.Guid> flowInstanceId
    System.Nullable<System.Guid> eventId
    | Improve this Doc View Source

    Warning(String, Nullable<Guid>, Nullable<Guid>)

    Declaration
    void Warning(string message, Guid? flowInstanceId = null, Guid? eventId = null)
    Parameters
    Type Name Description
    System.String message
    System.Nullable<System.Guid> flowInstanceId
    System.Nullable<System.Guid> eventId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx