module vibelog.info;

struct VibeLogInfo
{
	import vibelog.settings : VibeLogSettings;
	VibeLogSettings settings;
}