go back Home

EdiLogger

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null companyID="..." listenForSettingsChanges="..." logFileName="..." logLevel="..." logName="..." logPath="..." max="..." numDaysToKeep="..." numberWeeksToKeep="..." printThreadName="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"companyID":"...","listenForSettingsChanges":"...","logFileName":"...","logLevel":"...","logName":"...","logPath":"...","max":"...","numDaysToKeep":"...","numberWeeksToKeep":"...","printThreadName":"..."}

Fields

name type
companyID String
listenForSettingsChanges boolean
logFileName String
logLevel int
logName String
logPath String
max int
numDaysToKeep int
numberWeeksToKeep int
printThreadName boolean