Skip to content

Oorahdev/AdmireLogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdmireLogging

Description

Dll library for logging exceptions to Elasticsearch
Elasticsearch index: admire-error-log
Elasticsearch document example:

{
  "_index": "admire-error-log",
  "_type": "_doc",
  "_id": "LP6ysm8Bfx8MbVIwD_tC",
  "_score": 1.0,
  "_source": {
    "PluginName": "AdmirePluginOorahK4K",
    "FileName": "admFrmCustom01.vb",
    "Method": "InitForm",
    "Line": 321,
    "Exception": "I/O error occurred.",
    "Details": "InitForm at offset 283 in file:line:column C:\\Git\\AdmirePluginOorahK4K\\admFrmCustom01.vb:321:17\r\n",
    "Timestamp": "2020-1-17T03:50:10.365"
  }
}

Dll Dependencies

Newtonsoft.Json version 12.0.0.0

Usage

Imports AdmireLogging
...
ElasticsearchLogger.LogException(exception)

About

Logs exceptions to elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published