/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: IFormattedSink.hpp Date: 2022-11-14 Author: Reece ***/ #pragma once namespace Aurora::Logging { struct IFormattedSink : IBasicSink, IFormatterContainer { }; }