Last modified by Thomas Mortagne on 2017/03/24

<
From version < 7.1 >
edited by Guillaume Delhumeau
on 2014/06/17
To version < 9.1 >
edited by Thomas Mortagne
on 2014/06/17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.ThomasMortagne
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  = New and Noteworthy (since XWiki 6.1 milestone 2) =
10 10  
11 -[[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
11 +[[Full list of issues fixed and Dashboard for 6.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12290]].
12 12  
13 13  == Flamingo Skin ==
14 14  
... ... @@ -25,10 +25,14 @@
25 25  
26 26  = For Developers =
27 27  
28 -== <developer feature N> ==
28 +== Log from a script ==
29 29  
30 -<description of developer feature N>
30 +A new API to get a SLF4J Logger has been added to the ##logging## script service.
31 31  
32 +{{code language="velocity"}}
33 +$services.logging.getLogger('My script').info('Hello {}', 'world')
34 +{{/code}}
35 +
32 32  == Deprecated and Retired projects ==
33 33  
34 34  <description of deprecated and retired projects>

Get Connected