mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Implemented a simple but working implementation of the java logging API,
complete with a test class
This commit is contained in:
6
classpath/java/util/logging/Handler.java
Normal file
6
classpath/java/util/logging/Handler.java
Normal file
@ -0,0 +1,6 @@
|
||||
package java.util.logging;
|
||||
|
||||
public class Handler {
|
||||
public void publish(LogRecord r) {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user