LoggerService

LoggerTask Struct represents LoggerService which handles logs and provides passing them to LogSubscriptionService

@safe
struct LoggerService {
immutable(LoggerServiceOptions) options;
}