Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meekstellar committed Nov 3, 2022
1 parent 964cede commit 3e7714c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,27 @@ $logger = new Logger($rpc);
## Available methods
```debug```, ```error```, ```info```, ```warning``` is RoadRunner logger, and ```log``` is stderr
```PHP
/*
/**
* debug mapped to RR's debug logger
*/
$logger->debug('Debug message');
/*
/**
* error mapped to RR's error logger
*/
$logger->error('Error message');
/*
/**
* log mapped to RR's stderr
*/
$logger->log("Log message \n");
/*
/**
* info mapped to RR's info logger
*/
$logger->info('Info message');
/*
/**
* warning mapped to RR's warning logger
*/
$logger->warning('Warning message');
Expand Down

0 comments on commit 3e7714c

Please sign in to comment.