/* ================================================================== * Created [2009-4-27 下午11:32:55] by Jon.King * ================================================================== * TSS * ================================================================== * mailTo:jinpujun@hotmail.com * Copyright (c) Jon.King, 2009-2012 * ================================================================== */ package com.jinhe.tss.component.log; import com.jinhe.tss.core.cachepool.extend.assignment.AssignmentPoolArithmetic; public class BusinessLoggerArithmetic extends AssignmentPoolArithmetic { protected String getAssignmentClass() { return LogOutputTask.class.getName(); } }