LogDomains Methods |
The LogDomains type exposes the following members.
Name | Description | |
---|---|---|
Except |
Gets all of the logging interfaces except the ones specified
so that logic can be applied to all of them
| |
Group |
Groups the specified loggers together to apply the given logic
to all of them at once. For example:
Log.Domains.Group(Log.Domains.Listener, Log.Domains.Discovery).Level = Log.LogLevel.Verbose; |