api documentation for bunyan (v1.8.10)

a JSON logging library for node.js services

table of contents

  1. module bunyan
    1. function bunyan (options, _childOptions, _childSimple)
    2. function bunyan.RingBuffer (options)
    3. function bunyan.RotatingFileStream (options)
    4. function bunyan.createLogger (options)
    5. function bunyan.resolveLevel (nameOrNum)
    6. function bunyan.safeCycles ()
    7. function bunyan.super_ ()
    8. number bunyan.DEBUG
    9. number bunyan.ERROR
    10. number bunyan.FATAL
    11. number bunyan.INFO
    12. number bunyan.LOG_VERSION
    13. number bunyan.TRACE
    14. number bunyan.WARN
    15. object bunyan.RingBuffer.prototype
    16. object bunyan.RotatingFileStream.prototype
    17. object bunyan.levelFromName
    18. object bunyan.nameFromLevel
    19. object bunyan.stdSerializers
    20. string bunyan.VERSION
  2. module bunyan.RingBuffer
    1. function bunyan.RingBuffer (options)
    2. function bunyan.RingBuffer.super_ ()
  3. module bunyan.RingBuffer.prototype
    1. function bunyan.RingBuffer.prototype.destroy ()
    2. function bunyan.RingBuffer.prototype.destroySoon ()
    3. function bunyan.RingBuffer.prototype.end ()
    4. function bunyan.RingBuffer.prototype.write (record)
  4. module bunyan.RotatingFileStream
    1. function bunyan.RotatingFileStream (options)
    2. function bunyan.RotatingFileStream.super_ ()
  5. module bunyan.RotatingFileStream.prototype
    1. function bunyan.RotatingFileStream.prototype._calcRotTime (periodOffset)
    2. function bunyan.RotatingFileStream.prototype._debug ()
    3. function bunyan.RotatingFileStream.prototype._setRotationTimer ()
    4. function bunyan.RotatingFileStream.prototype._setupNextRot ()
    5. function bunyan.RotatingFileStream.prototype.destroy (s)
    6. function bunyan.RotatingFileStream.prototype.destroySoon (s)
    7. function bunyan.RotatingFileStream.prototype.end (s)
    8. function bunyan.RotatingFileStream.prototype.rotate ()
    9. function bunyan.RotatingFileStream.prototype.write (s)
  6. module bunyan.stdSerializers
    1. function bunyan.stdSerializers.err (err)
    2. function bunyan.stdSerializers.req (req)
    3. function bunyan.stdSerializers.res (res)

module bunyan

function bunyan (options, _childOptions, _childSimple)

function bunyan.RingBuffer (options)

function bunyan.RotatingFileStream (options)

function bunyan.createLogger (options)

function bunyan.resolveLevel (nameOrNum)

function bunyan.safeCycles ()

function bunyan.super_ ()

module bunyan.RingBuffer

function bunyan.RingBuffer (options)

function bunyan.RingBuffer.super_ ()

module bunyan.RingBuffer.prototype

function bunyan.RingBuffer.prototype.destroy ()

function bunyan.RingBuffer.prototype.destroySoon ()

function bunyan.RingBuffer.prototype.end ()

function bunyan.RingBuffer.prototype.write (record)

module bunyan.RotatingFileStream

function bunyan.RotatingFileStream (options)

function bunyan.RotatingFileStream.super_ ()

module bunyan.RotatingFileStream.prototype

function bunyan.RotatingFileStream.prototype._calcRotTime (periodOffset)

function bunyan.RotatingFileStream.prototype._debug ()

function bunyan.RotatingFileStream.prototype._setRotationTimer ()

function bunyan.RotatingFileStream.prototype._setupNextRot ()

function bunyan.RotatingFileStream.prototype.destroy (s)

function bunyan.RotatingFileStream.prototype.destroySoon (s)

function bunyan.RotatingFileStream.prototype.end (s)

function bunyan.RotatingFileStream.prototype.rotate ()

function bunyan.RotatingFileStream.prototype.write (s)

module bunyan.stdSerializers

function bunyan.stdSerializers.err (err)

function bunyan.stdSerializers.req (req)

function bunyan.stdSerializers.res (res)

[ this document was created with utility2 ]