LoggingFactory.allocator - multiple declarations

Function LoggingFactory.allocator

Set allocator

typeof(this) allocator (
  IAllocator allocator
) pure nothrow @safe;

Parameters

NameDescription
allocator allocator that is used to allocate the component

Returns

typeof(this)

Function LoggingFactory.allocator

Get allocator

inout inout(IAllocator) allocator () pure nothrow @safe;

Returns

IAllocator