Channels
class Channels (View source)
Constants
| CHANNEL_APPLICATION | 
                     Channel identifier: application.  | 
            
| CHANNEL_AUTHENTICATION | 
                     Channel identifier: authentication.  | 
            
| CHANNEL_EMAIL | 
                     Channel identifier: sent emails.  | 
            
| CHANNEL_EXCEPTIONS | 
                     Channel identifier: exceptions.  | 
            
| CHANNEL_SECURITY | 
                     Channel identifier: security.  | 
            
| CHANNEL_PACKAGES | 
                     Channel identifier: packages.  | 
            
| CHANNEL_SPAM | 
                     Channel identifier: spam.  | 
            
| CHANNEL_SITE_ORGANIZATION | 
                     Channel identifier: site organization.  | 
            
| CHANNEL_USERS | 
                     Channel identifier: users.  | 
            
| CHANNEL_EXPRESS | 
                     Channel identifier: express.  | 
            
| CHANNEL_MARKETPLACE | 
                     Channel identifier: marketplace.  | 
            
| CHANNEL_CONTENT | 
                     Channel identifier: content.  | 
            
| CHANNEL_PERMISSIONS | 
                     Channel identifier: permissions.  | 
            
| CHANNEL_NETWORK | 
                     Channel identifier: network. Purpose: Log network activity off-site.  | 
            
| CHANNEL_OPERATIONS | 
                     Channel identifier: operations. Used for routine maintenance operations.  | 
            
| CHANNEL_API | 
                     Channel identifier: operations. Used for routine maintenance operations.  | 
            
| CHANNEL_MESSENGER | 
                     Channel identifier: messenger. Used for queue/command/messenger events (not private messages).  | 
            
| CHANNEL_BOARD | 
                     Channel identifier: board.  | 
            
| CHANNEL_FILES | 
                     Channel identifier: files.  | 
            
| META_CHANNEL_ALL | 
                     Channel identifier: all – Do NOT use this to log to. This is a separate system channel that tells configuration
that you want to apply all configuration options to all channels, and listen to all of them.  | 
            
Methods
Get the list of the core channel.
Get the list of channels that have been used.
Get the display name of a channel.
Details
        
                static            string[]
    getCoreChannels()
        
    
    Get the list of the core channel.
        
                static            string[]
    getChannels()
        
    
    Get the list of channels that have been used.
Requires the database handler.
        
                static            string
    getChannelDisplayName(string $channel)
        
    
    Get the display name of a channel.