Provide Markers class
This commit is contained in:
parent
d58c089673
commit
4c84b3dad7
8
core/src/net/sf/openrocket/logging/Markers.java
Normal file
8
core/src/net/sf/openrocket/logging/Markers.java
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package net.sf.openrocket.logging;
|
||||||
|
|
||||||
|
import org.slf4j.Marker;
|
||||||
|
import org.slf4j.MarkerFactory;
|
||||||
|
|
||||||
|
public class Markers {
|
||||||
|
public static final Marker USER_MARKER = MarkerFactory.getMarker("User");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user