Method | Description | |
---|---|---|
AddLogTarget ( Func |
Adds the log target.
|
|
LogManagerBuilder ( ApplicationConfigurationBuilder applicationConfigurationBuilder ) : System |
Initializes a new instance of the ApplicationComponentConfigurationBuilderBase class.
|
|
SetMaxDegreeOfParallelism ( |
Sets the max degree of parallelism which the LogManager will use to broadcast log entries to it's ILogTarget collection. Defaults to Environment.ProcessorCount.
|
Method | Description | |
---|---|---|
Setup ( ) : void |
Applies the component configuration with the ApplicationConfigurationBase.
|
public AddLogTarget ( Func |
||
logTargetFactory | Func |
The log target factory. |
return |
public LogManagerBuilder ( ApplicationConfigurationBuilder applicationConfigurationBuilder ) : System | ||
applicationConfigurationBuilder | ApplicationConfigurationBuilder | The application configuration. |
return | System |
public SetMaxDegreeOfParallelism ( |
||
maxDegreeOfParallelism | The max degree of parallelism. | |
return |