com.wewebu.ow.server.plug.owbpm.log
Class OwLog
java.lang.Object
com.wewebu.ow.server.plug.owbpm.log.OwLog
public class OwLog
- extends Object
Alfresco Workdesk Logger.
Usage:
private static final Logger LOG = OwLog.getLogger(Class class_p);
Depending on the settings, returns the module/package logger or the class logger.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary |
OwLog()
|
Method Summary |
static org.apache.log4j.Logger |
getLogger(Class class_p)
get the Logger for the module/package |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwLog
public OwLog()
getLogger
public static org.apache.log4j.Logger getLogger(Class class_p)
- get the Logger for the module/package
- Returns:
- org.apache.log4j.Logger;
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.