LogManager.Initialize(ITraceConfiguration, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initialize the Orleans Logger subsystem in this process / app domain with the specified configuration settings.
public static void Initialize (Orleans.Runtime.Configuration.ITraceConfiguration config, bool configChange = false);
static member Initialize : Orleans.Runtime.Configuration.ITraceConfiguration * bool -> unit
Public Shared Sub Initialize (config As ITraceConfiguration, Optional configChange As Boolean = false)
Parameters
- config
- ITraceConfiguration
Configuration settings to be used for initializing the Logger susbystem state.
- configChange
- Boolean
Indicates an update to existing config settings.
Remarks
In most cases, this call will be made automatically at the approproate poine by the Orleans runtime -- must commonly during silo initialization and/or client runtime initialization.
Applies to
See also
- <xref:Orleans.Host.Azure.Client.AzureClient.Initialize()>
- Initialize()