2017 © Pedro Peláez
 

library output-writer

Abstraction of a writer (of messages) to an output (console, log, stream etc).

image

fiisoft/output-writer

Abstraction of a writer (of messages) to an output (console, log, stream etc).

  • Monday, October 23, 2017
  • by fiisoft
  • Repository
  • 0 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FiiSoft Output Writer

Library with abstraction of something that is capable to write various types of messages to some kinds of output (like console, or file, or anything)., (*1)

My advice is - do not use it unless you are enough strong mentally to immune for such bad code., (*2)

OutputWriter

Main interface of package. The OutputWriter is something that allows to write messages (in most cases to console) with few different levels of important and can filter out messages with level lower then minimal required to write message., (*3)

OutputLevel

Contains constants with valid levels of messages. Can be use by method OutputWriter::setLevel()., (*4)

ConsoleOutputWriter

It writes messages directly to current STDOUT (by echo)., (*5)

SymfonyConsoleOutputWriter

Is an adapter for Symfony OutputInterface implementation., (*6)

BufferedOutputWriter

This adapter collects messages and is able to flush them to other OutputWriter., (*7)

The Versions

23/10 2017

dev-master

9999999-dev https://github.com/fiiSoft/fiisoft-output-writer

Abstraction of a writer (of messages) to an output (console, log, stream etc).

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar fiisoft

console output writer

23/10 2017

1.1.1

1.1.1.0 https://github.com/fiiSoft/fiisoft-output-writer

Abstraction of a writer (of messages) to an output (console, log, stream etc).

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar fiisoft

console output writer

15/09 2017

1.1.0

1.1.0.0 https://github.com/fiiSoft/fiisoft-output-writer

Abstraction of a writer (of messages) to an output (console, log, stream etc).

  Sources   Download

MIT

The Requires

 

by Avatar fiisoft

console output writer

27/05 2017

1.0.0

1.0.0.0 https://github.com/fiiSoft/fiisoft-output-writer

Abstraction of a writer (of messages) to an output (console, log, stream etc).

  Sources   Download

MIT

The Requires

 

by Avatar fiisoft

console output writer