Package org.jasig.portal.logging

Examples of org.jasig.portal.logging.LoggingWriter


    public LoggingBasicDataSource() {
        this(LogLevel.INFO);
    }
   
    public LoggingBasicDataSource(LogLevel logLevel) {
        this.logWriter = new PrintWriter(new LoggingWriter(BasicDataSource.class, logLevel));
    }
View Full Code Here

TOP

Related Classes of org.jasig.portal.logging.LoggingWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.