Removed unused LogHandlerType
This commit is contained in:
parent
15f55b870d
commit
8f9333a273
4 changed files with 0 additions and 50 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue