com.wewebu.ow.server.ecmimpl.opencmis.log
Class OwLog

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.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
 

Constructor Detail

OwLog

public OwLog()
Method Detail

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.