[This is preliminary documentation and is subject to change.]
Override to prep log implementation i.e. inject log destinations programmaticaly
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void BeforeLogStart(
ILogImplementation logImplementation
)
protected virtual void BeforeLogStart(
ILogImplementation logImplementation
)
Protected Overridable Sub BeforeLogStart (
logImplementation As ILogImplementation
)
Protected Overridable Sub BeforeLogStart (
logImplementation As ILogImplementation
)
protected:
virtual void BeforeLogStart(
ILogImplementation^ logImplementation
)
protected:
virtual void BeforeLogStart(
ILogImplementation^ logImplementation
)
abstract BeforeLogStart :
logImplementation : ILogImplementation -> unit
override BeforeLogStart :
logImplementation : ILogImplementation -> unit
abstract BeforeLogStart :
logImplementation : ILogImplementation -> unit
override BeforeLogStart :
logImplementation : ILogImplementation -> unit