-
-
Notifications
You must be signed in to change notification settings - Fork 144
Logging
Antony Male edited this page Jul 28, 2014
·
10 revisions
Sometimes it's useful to see what Stylet's doing under the hood, particularly if it's not doing something you expect it to, or doing something unexpected.
Thankfully, Stylet can be easily configured to produce logging output, so you can get an insight into what it's doing.
- Introduction
- Quick Start
- Bootstrapper
- ViewModel First
- Actions
- The WindowManager
- MessageBox
- The EventAggregator
- PropertyChangedBase
- Execute: Dispatching to the UI Thread
- Screens and Conductors
- BindableCollection
- Validation using ValidatingModelBase
- StyletIoC
- The ViewManager
- Listening to INotifyPropertyChanged
- Design Mode Support
- Logging
- Misc