Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

jaeger-app/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jaeger Console Object

Build Status Scrutinizer Code Quality Author GitHub license

Handles outputting/writing data to the console. when Jaeger plugins are ran through the Console / Command Line / Shell.

Installation

Add jaeger-app/console as a requirement to your composer.json:

$ composer require jaeger-app/console

Basic Usage

Jaeger\Console uses the Jaeger\Language object to handle copy abstraction so you'll have to set that up before using.

use JaegerApp\Console;
use JaegerApp\Language;

$language = new Language; 
... setup language ...

$console = new Console();
$console->setLang($language);

$console->outputError('My error string');
$console->outputLine('My line of text to output in the console');
$console->outputPageBreak();

About

Handles outputting/writing data to the console. when Jaeger plugins are ran through the Console / Command Line / Shell.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages