'Declaration
Public Sub SetLogger( _ ByVal logger As ILlLogger, _ ByVal overrideExisting As Boolean _ )
public void SetLogger( ILlLogger logger, bool overrideExisting )
public: void SetLogger( ILlLogger^ logger, bool overrideExisting )
Parameters
- logger
- Logger to set.
- overrideExisting
- If true, an existing logger is replaced.