Log Methods |
The BootstrapperModulesLog type exposes the following members.
Name | Description | |
---|---|---|
GetLogger |
This returns the ILogger registered.
By default the Logger will be used, but by using RegisterLogger(ExpressionFuncILogger) you can override this with a custom ILogger
You can get access to the logger directly by using the log-utility Log | |
RegisterLogger |
Register a custom ILogger module
|