Hide event logs that are too verbose

Co-authored-by: Him188 <Him188@mamoe.net>
This commit is contained in:
Karlatemp
2021-08-26 23:00:22 +08:00
committed by Him188
parent 238ec52eea
commit 7fe402695e
9 changed files with 67 additions and 18 deletions

View File

@@ -1900,7 +1900,7 @@ public final class net/mamoe/mirai/event/SyncFromEventKt {
public static final synthetic fun syncFromEventImpl (Lkotlin/reflect/KClass;Lkotlinx/coroutines/CoroutineScope;Lnet/mamoe/mirai/event/EventPriority;Lkotlin/jvm/functions/Function3;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class net/mamoe/mirai/event/events/BeforeImageUploadEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/CancellableEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent {
public final class net/mamoe/mirai/event/events/BeforeImageUploadEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/CancellableEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent, net/mamoe/mirai/internal/event/VerboseEvent {
public final fun component1 ()Lnet/mamoe/mirai/contact/Contact;
public final fun component2 ()Lnet/mamoe/mirai/utils/ExternalResource;
public final fun copy (Lnet/mamoe/mirai/contact/Contact;Lnet/mamoe/mirai/utils/ExternalResource;)Lnet/mamoe/mirai/event/events/BeforeImageUploadEvent;
@@ -2147,7 +2147,7 @@ public abstract interface class net/mamoe/mirai/event/events/FriendEvent : net/m
public synthetic fun getUser ()Lnet/mamoe/mirai/contact/User;
}
public final class net/mamoe/mirai/event/events/FriendInputStatusChangedEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/events/FriendEvent, net/mamoe/mirai/internal/network/Packet {
public final class net/mamoe/mirai/event/events/FriendInputStatusChangedEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/events/FriendEvent, net/mamoe/mirai/internal/event/VerboseEvent, net/mamoe/mirai/internal/network/Packet {
public final fun component1 ()Lnet/mamoe/mirai/contact/Friend;
public final fun component2 ()Z
public final fun copy (Lnet/mamoe/mirai/contact/Friend;Z)Lnet/mamoe/mirai/event/events/FriendInputStatusChangedEvent;
@@ -2537,7 +2537,7 @@ public final class net/mamoe/mirai/event/events/GroupTempMessageSyncEvent : net/
public fun getTime ()I
}
public abstract class net/mamoe/mirai/event/events/ImageUploadEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent {
public abstract class net/mamoe/mirai/event/events/ImageUploadEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent, net/mamoe/mirai/internal/event/VerboseEvent {
public fun getBot ()Lnet/mamoe/mirai/Bot;
public abstract fun getSource ()Lnet/mamoe/mirai/utils/ExternalResource;
public abstract fun getTarget ()Lnet/mamoe/mirai/contact/Contact;
@@ -2801,7 +2801,7 @@ public abstract interface class net/mamoe/mirai/event/events/MessageEvent : net/
public abstract fun getTime ()I
}
public abstract class net/mamoe/mirai/event/events/MessagePostSendEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent {
public abstract class net/mamoe/mirai/event/events/MessagePostSendEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent, net/mamoe/mirai/internal/event/VerboseEvent {
public final fun getBot ()Lnet/mamoe/mirai/Bot;
public abstract fun getException ()Ljava/lang/Throwable;
public abstract fun getMessage ()Lnet/mamoe/mirai/message/data/MessageChain;
@@ -2809,7 +2809,7 @@ public abstract class net/mamoe/mirai/event/events/MessagePostSendEvent : net/ma
public abstract fun getTarget ()Lnet/mamoe/mirai/contact/Contact;
}
public abstract class net/mamoe/mirai/event/events/MessagePreSendEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/CancellableEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent {
public abstract class net/mamoe/mirai/event/events/MessagePreSendEvent : net/mamoe/mirai/event/AbstractEvent, net/mamoe/mirai/event/CancellableEvent, net/mamoe/mirai/event/events/BotActiveEvent, net/mamoe/mirai/event/events/BotEvent, net/mamoe/mirai/internal/event/VerboseEvent {
public final fun getBot ()Lnet/mamoe/mirai/Bot;
public abstract fun getMessage ()Lnet/mamoe/mirai/message/data/Message;
public abstract fun getTarget ()Lnet/mamoe/mirai/contact/Contact;
@@ -5440,6 +5440,7 @@ public class net/mamoe/mirai/utils/BotConfiguration {
public final fun getWorkingDir ()Ljava/io/File;
public final synthetic fun inheritCoroutineContext (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun isConvertLineSeparator ()Z
public final fun isShowingVerboseEventLog ()Z
public final fun loadDeviceInfoJson (Ljava/lang/String;)V
public final fun noBotLog ()V
public final fun noNetworkLog ()V
@@ -5481,6 +5482,7 @@ public class net/mamoe/mirai/utils/BotConfiguration {
public final fun setProtocol (Lnet/mamoe/mirai/utils/BotConfiguration$MiraiProtocol;)V
public final fun setReconnectPeriodMillis (J)V
public final fun setReconnectionRetryTimes (I)V
public final fun setShowingVerboseEventLog (Z)V
public final fun setStatHeartbeatPeriodMillis (J)V
public final fun setWorkingDir (Ljava/io/File;)V
}