Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State loading too verbose #311

Closed
RaceRalph opened this issue Apr 25, 2016 · 1 comment
Closed

State loading too verbose #311

RaceRalph opened this issue Apr 25, 2016 · 1 comment
Assignees
Milestone

Comments

@RaceRalph
Copy link

I set AutomaticStateManagement property to false in my WPF application, because I don't need to save the state of the Ribbon. Whenever I close the application the following line is written to the error output:

State not saved to isolated storage. Because automatic state management is disabled.

State management has been intentionally disabled and it is NOT an error condition and it shouldn't be written to the diagnostic output. Over time as users run and close the application a few times a day, hundreds of such lines are written to the log file which is only intended to contain crash information for my application.

Is there any way to disable that message?

Environment

  • Fluent.Ribbon v4.0.3
  • Theme Office2013
  • Windows 7
  • .NET Framework 4.0
@batzen
Copy link
Member

batzen commented Apr 25, 2016

Will convert those trace statements to debug statements.

@batzen batzen self-assigned this Apr 25, 2016
@batzen batzen added this to the 5.0.0 milestone Apr 25, 2016
@batzen batzen changed the title Saving state to isolated storage. State loading too verbose Apr 25, 2016
@batzen batzen closed this as completed in 70b8833 Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants