
com.chimpcentral.archive.NodeLog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logger Show documentation
Show all versions of logger Show documentation
Logger to create HTML and TEXT logs
package com.chimpcentral.archive;
public class NodeLog extends Log {
public NodeLog(String name) {
super(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy