struct Asterisk::ARI::Asterisk::LogChannel

Overview

Details of an Asterisk log channel

Included Modules

Defined in:

asterisk/ari/models/asterisk_log_channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def channel : String #

The log channel path


[View source]
def channel=(channel : String) #

The log channel path


[View source]
def configuration : String #

The various log levels


[View source]
def configuration=(configuration : String) #

The various log levels


[View source]
def status : String #

Whether or not a log type is enabled


[View source]
def status=(status : String) #

Whether or not a log type is enabled


[View source]
def type : String #

Types of logs for the log channel


[View source]
def type=(type : String) #

Types of logs for the log channel


[View source]