public class Log
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Log.LogEntry |
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static Command<java.lang.Void> |
clear() |
static Command<java.lang.Void> |
disable() |
static Command<java.lang.Void> |
enable() |
static Event<Log.LogEntry> |
entryAdded() |
public static Command<java.lang.Void> clear()
public static Command<java.lang.Void> enable()
public static Command<java.lang.Void> disable()
public static Event<Log.LogEntry> entryAdded()