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 SourceWrite(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 |