sting => String
This commit is contained in:
@ -160,9 +160,9 @@ Logs in a format that can be executed with bash, where everything is commented e
|
||||
Options:
|
||||
|
||||
`curlHost`:::
|
||||
`Sting` -- Default is `"localhost"`.
|
||||
`String` -- Default is `"localhost"`.
|
||||
`curlPort`:::
|
||||
`Sting` -- Default is `9200`.
|
||||
`String` -- Default is `9200`.
|
||||
|
||||
`"stream"`::
|
||||
Send log messages to a <a href="http://nodejs.org/api/stream.html#stream_class_stream_writable">WriteableStream</a>
|
||||
@ -173,4 +173,4 @@ Options:
|
||||
`WriteableStream` -- object to write to.
|
||||
|
||||
`"console"`::
|
||||
Default logger for the browser build, logs to the console when one exists.
|
||||
Default logger for the browser build, logs to the console when one exists.
|
||||
|
||||
Reference in New Issue
Block a user