blob: 6e4e06f6294350432ffd135048ab4d0546d72077 [file] [log] [blame]
Siobhan Tullye18b3442014-02-23 14:23:34 -05001<?xml version="1.0"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <title>log4javascript - what's new in version 1.4</title>
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7 <meta name="author" content="Tim Down - tim@log4javascript.org" />
8 <meta name="description" content="log4javascript, a logging framework for JavaScript based on log4j" />
9 <meta name="robots" content="all" />
10 <link rel="stylesheet" type="text/css" media="screen,print" href="../main.css" title="Default" />
11 </head>
12 <body>
13 <div id="container" class="nonav">
14 <div id="header">
15 <h1><a href="index.html">log4javascript</a></h1>
16 </div>
17 <div id="content">
18 <div id="nav">
19 <a class="navitem" href="../index.html">home</a>
20 | <a class="navitem" href="http://sourceforge.net/projects/log4javascript" target="_blank" title="Download (opens in new window)">download</a>
21 | <a class="navitem" href="index.html">docs</a>
22 | <a class="navitem" href="quickstart.html">quick start</a>
23 | <a class="navitem" href="../demos/index.html">demos</a>
24 | <a class="navitem" href="http://log4javascript.org" target="_blank">website</a>
25 | <a class="navitem" href="http://www.timdown.co.uk" target="_blank">timdown.co.uk</a>
26 </div>
27 <h1>log4javascript - what's new in version 1.4</h1>
28 <ul>
29 <li>
30 log4javascript now comes in three different editions: Standard, Production
31 and Lite. <a href="distribution.html">Full details here</a>.
32 </li>
33 <li>
34 Loggers are now hierarchical and work exactly the same as log4j loggers.
35 This means that a logger with no level set on it inherits its level from its parent,
36 and inherits all of its parents appenders.
37 </li>
38 <li>
39 The logging console used by <code><a href="manual.html#popupappender">PopUpAppender</a></code> and
40 <code><a href="manual.html#inpageappender">InPageAppender</a></code>now has a command line, featuring
41 a command history navigated with the up and down arrow keys and a number of built-in command line
42 functions.
43 </li>
44 <li>
45 It is now possible to specify multiple messages in a single log call.
46 </li>
47 <li>
48 Log messages may be grouped in the logging console.
49 </li>
50 <li>
51 Built-in timers.
52 </li>
53 <li>
54 Improved <code><a href="manual.html#ajaxappender">AjaxAppender</a></code>, with the ability
55 to send all pending log calls to the server when navigating away from a page. Timestamps now
56 include milliseconds. All log messages or batches of log messages are now posted as
57 name-value pairs.
58 </li>
59 <li>
60 Support for IE8 beta 2.
61 </li>
62 <li>
63 Many minor enhancements and bug fixes. See the <a href="../changelog.txt">change log</a> for full
64 details.
65 </li>
66 </ul>
67 <p>
68 Please note that there are a few minor <a href="backwardsincompatibilities.html">incompatibilities
69 with earlier versions of log4javascript</a>.
70 </p>
71 </div>
72 <div id="footer">
73 <span class="externallinkinfo">
74 <strong>NB.</strong> All external links open in a new window.
75 </span>
76 Written by Tim Down. <a href="mailto:tim@log4javascript.org">tim@log4javascript.org</a>
77 <br />
78 log4javascript is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html"
79 title="Apache License, Version 2.0 (opens in new window)" target="_blank">Apache License,
80 Version 2.0</a>
81
82 </div>
83 </div>
84
85 </body>
86</html>