Changes between Version 3 and Version 4 of S3/S3Log


Ignore:
Timestamp:
02/16/14 21:30:51 (11 years ago)
Author:
redsin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Log

    v3 v4  
    1717}}}
    1818
    19 The "value" parameter is optional.
    20 
    2119The logger functions correspond to the severity level of the message:
    2220 - current.log.critical() (highest)
     
    2624 - current.log.debug() (lowest)
    2725The call signature of all logger functions is identical with the example above.
     26The "value" parameter is optional.
    2827
    2928== Configuration ==