Search Results for

    Show / Hide Table of Contents

    Class DatabaseLogProvider

    Functionarly to write to simplic exception handling

    Inheritance
    System.Object
    DatabaseLogProvider
    Namespace: Simplic.Framework.Core
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class DatabaseLogProvider : ILogOutput

    Methods

    | Improve this Doc View Source

    Write(String, String, Exception, LogType, IDictionary<String, Object>)

    Write a message to to the database

    Declaration
    public void Write(string message, string logArea, Exception ex, LogType logType, IDictionary<string, object> parameter)
    Parameters
    Type Name Description
    System.String message

    Message text

    System.String logArea

    Area where the message should be printed

    System.Exception ex

    Passed exception

    LogType logType

    Type of the log entry

    System.Collections.Generic.IDictionary<System.String, System.Object> parameter

    Passed parameter to the log provider

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx