@WrRan
2016-11-09T18:11:52.000000Z
字数 1313
阅读 911
sails
Stability: 0 - Deprecated
This hook will almost certainly be merged into core (see FAQ below).
In order for this hook to load, the following other hooks must have already finished loading:
If this hook is disabled, in order for Sails to load, the following other core hooks must also be disabled:
N/A
This hook's responsibilities are:
Instantiate a CaptainsLog logger instance.
sails.log
functionPublicly expose sails.log()
function (see http://sailsjs.org/documentation/concepts/logging)
sails.log.ship()
methodAdd an extra method to the logger which teaches it how to draw a ship in ASCII.
This hook sets the following implicit default configuration on sails.config
:
Property | Type | Default |
---|---|---|
sails.config.log.level |
((string)) | 'info' |
hook:logger:loaded
Emitted when this hook has been automatically loaded by Sails core, and triggered the callback in its initialize
function.
app
) in a future release. But realistically since the core configuration process does everything this hook does anyways, this hook might as well be merged into core (under app
). Look for this to happen in a future release.If you have a question that isn't covered here, please feel free to send a PR adding it to this section (even if you don't have the answer!)