-
-
Notifications
You must be signed in to change notification settings - Fork 3
Logging
ahwm edited this page Oct 23, 2018
·
12 revisions
In Development
Automatic logging is included. It can be enabled by editing adding the appropriate AppSettings keys:
-
Cardknox.Logging
:enabled
-
Cardknox.LogLocation
:~/App_Data/Log/cardknox_{0:MMddyyyy}.log
The Cardknox.LogLocation
key can be app-specific by prepending the ~
character or it can be absolute by omitting it.
-
Cardknox.LogLocation
:/var/log/cardknox/{0:MMddyyyy}.log
-
Cardknox.LogLocation
:C:\Temp\Cardknox\{0:MMddyyyy}.log
If installing from NuGet, the System.Configuration.ConfigurationManager
package will be added automatically. If installing from source or from the GitHub release, you'll need to install this package yourself.