NextDom\Enums\LogTarget
Class LogTarget
Synopsis
class LogTarget
extends Enum
{
- // constants
- const BACKUP = 'backup';
- const CMD = 'cmd';
- const CONNECTION = 'connection';
- const CRON = 'cron';
- const EVENT = 'event';
- const INTERACT = 'interact';
- const WIDGET = 'widget';
- const JEE_EVENT = 'jeeEvent';
- const LISTENER = 'listener';
- const MARKET = 'market';
- const MIGRATION = 'migration';
- const NETWORK = 'network';
- const NEXTDOM = 'nextdom';
- const PLUGIN = 'plugin';
- const REPORT = 'report';
- const RESTORE = 'restore';
- const STARTING = 'starting';
- const SCENARIO = 'scenario';
- const UPDATE = 'update';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
| Name | Value |
|---|---|
| BACKUP | 'backup' |
| CMD | 'cmd' |
| CONNECTION | 'connection' |
| CRON | 'cron' |
| EVENT | 'event' |
| INTERACT | 'interact' |
| WIDGET | 'widget' |
| JEE_EVENT | 'jeeEvent' |
| LISTENER | 'listener' |
| MARKET | 'market' |
| MIGRATION | 'migration' |
| NETWORK | 'network' |
| NEXTDOM | 'nextdom' |
| PLUGIN | 'plugin' |
| REPORT | 'report' |
| RESTORE | 'restore' |
| STARTING | 'starting' |
| SCENARIO | 'scenario' |
| UPDATE | 'update' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()