yossi_br
7 months agoIdeator I
Create log file with CCO.Logger
Hello,
I want to start using the CCO.Logger for creating log files and I didn't find any information about this. The only thing I found is a topic that the appsettings needs to be configured. I'm assuming that over there I can manage the writing level and also where the log file will be created. Currently my appsettings is looking like this:
{
"LoggerConfiguration": {
"MinimumLevel": "Fatal",
"WriteTo": [
{ "Name": "Console" },
{ "Name": "File" },
{ "Name": "EventLog" }
]
}
}Is someone can point me to relevant documentation, or give me some examples, I will appreciate it.
Thanks in advance
Hi all! Just wanted to give you a heads up that we've published a blog post on this topic: A Server-side Logging Guide for Aras Developers
If anyone has questions or feedback, feel free to drop a comment on the blog so we can make sure the content is helpful. 🙂