Improved Javadoc.
This commit is contained in:
parent
0d1f570b3a
commit
24620cca99
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ import fr.devinsy.strings.StringList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class HttpErrorLog.
|
* The Class HttpErrorLog.
|
||||||
|
*
|
||||||
|
* Default Nginx error log format: timestamp + [level] + message.
|
||||||
|
*
|
||||||
|
* 2021/01/06 15:27:17 [error] 12930#12930: *13091990 connect() failed (111:
|
||||||
|
* Connection refused) while
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
public class HttpErrorLog
|
public class HttpErrorLog
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue