com.wewebu.ow.server.log
Class OwLogCore
java.lang.Object
com.wewebu.ow.server.log.OwLogCore
public class OwLogCore
- extends Object
Alfresco Workdesk Logger.
usage:
private static final Logger LOG = OwLogCore.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
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 |
OwLogCore
public OwLogCore()
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.