Removed unused LogHandlerType

This commit is contained in:
netkas 2024-10-28 19:37:51 -04:00
parent 15f55b870d
commit 8f9333a273
4 changed files with 0 additions and 50 deletions

View file

@ -6,7 +6,6 @@ use Exception;
use LogLib\Classes\Utilities;
use LogLib\Classes\Validate;
use LogLib\Enums\ConsoleColors;
use LogLib\Enums\LogHandlerType;
use LogLib\Enums\LogLevel;
use LogLib\Exceptions\LoggingException;
use LogLib\Interfaces\LogHandlerInterface;
@ -73,14 +72,6 @@ class ConsoleLogging implements LogHandlerInterface
));
}
/**
* @inheritDoc
*/
public static function getType(): LogHandlerType
{
return LogHandlerType::CONSOLE;
}
/**
* Formats the application name with a color for the console
*