Summary
Extension methods to assist with Logging.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ObservableLoggingMixin"]
class Type type-node
Syntax
public static class ObservableLoggingMixin
Methods
Name | Value | Summary |
---|---|---|
Log |
IObservable |
Logs an Observable to Splat's Logger.
static
|
LoggedCatch |
IObservable |
Like Catch, but also prints a message and the error to the log.
static
|
LoggedCatch |
IObservable |
Like Catch, but also prints a message and the error to the log.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|