LoggingFactory.allocator

Set allocator

  1. RCIAllocator allocator [@property setter]
    class LoggingFactory(T)
    @property @safe nothrow pure
    typeof(this)
    allocator
    (
    RCIAllocator allocator
    )
  2. inout(RCIAllocator) allocator [@property getter]

Parameters

allocator RCIAllocator

allocator that is used to allocate the component

Return Value

Type: typeof(this)

typeof(this)

Meta