This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I use Mfiles.VaultApplications.Logging in a normal class library without a vault application?

We have a class library that we use for logging in our applications. Can we integrate Mfiles.VaultApplications.Logging there??

Facing issues to set Target location configuration there..

Thanks in advance!

 

    1. MFiles.VaultApplications.Logging is the old approach, and VAF 22.12 supersedes this.
    2. The vault application logging framework is designed explicitly to be used in vault applications.
    3. The vault application logging framework is not supported outside of vault applications.
    4. If you need logging from dotnet then there are many options, including NLog (which is what the logging framework uses under the hood).  We cannot provide support on NLog.