Skip to content

ale51/separate-responsibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

1. Make log files

Log files need to be made in advance to run this applications.

.
├── 1.initial
│   ├── main.php
│   └── test.log
├── 2.anonymous-function
│   ├── lib
│   │   └── Tail.php
│   ├── main.php
│   └── test.log
├── 3.interface
│   ├── lib
│   │   ├── RecordHandler.php
│   │   ├── SlackRecordHandler.php
│   │   └── Tail.php
│   ├── main.php
│   └── test.log
├── 4.inheritance
│   ├── lib
│   │   ├── SlackTail.php
│   │   └── Tail.php
│   ├── main.php
│   └── test.log
└── README.md

2. Change directory

$ cd 1.initial

or

$ cd 2.anonymous-function 

or

$ cd 3.inheritance

or

$ cd 4.interface

3. Run application.

$ php main.php

4. Add a text to log file.

$ echo Hello, World >> test.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages