Bug 833862 - fix the package name of org.jboss.logging.Logger
Summary: fix the package name of org.jboss.logging.Logger
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: EAP 6.0.1
Assignee: Dana Mison
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-20 13:42 UTC by Jan Martiska
Modified: 2013-03-21 01:57 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Instance Name: Not Defined Build: CSProcessor Builder Version 1.5 Build Filter: null Build Name: Build Date: 20-06-2012 16:48:18
Last Closed: 2013-03-21 01:57:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Martiska 2012-06-20 13:42:16 UTC
http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6/html-single/Development_Guide/#Add_Logging_to_an_Application_with_JBoss_Logging

4.2.3. Add Logging to an Application with JBoss Logging
To log messages from your application you create a Logger object (org.jboss.jboss-logging.Logger) and call the appropriate methods of that object. This task describes the steps required to add support for this to your application. 

just a tiny detail here: org.jboss.jboss-logging.Logger was probably meant to be the qualified class name, in that case it should be org.jboss.logging.Logger

Comment 1 Dana Mison 2012-07-10 04:51:21 UTC
Well spotted.  Fixed.

Comment 2 Dana Mison 2012-07-10 04:58:08 UTC
old: 
"To log messages from your application you create a Logger object (org.jboss.jboss-logging.Logger)" 

new: 
"To log messages from your application you create a Logger object (org.jboss.jboss.logging.Logger)"

Comment 3 Jan Martiska 2012-07-25 11:17:36 UTC
ok :) verified.


Note You need to log in before you can comment on or make changes to this bug.