package webhook
- Alphabetic
- Public
- All
Type Members
-
class
DingTalkWebhookLogger extends WebhookLogger
A logger that write logs to DingTalk (钉钉)
-
class
FeishuWebhookLogger extends WebhookLogger
A logger that write logs to Feishu (飞书)
-
class
QYWXWebhookLogger extends WebhookLogger
往企业微信里面发送日志
-
class
ServerChanWebhookLogger extends WebhookLogger
A logger that write logs to ServerChan (Server酱)
-
class
SlackWebhookLogger extends WebhookLogger
A logger that write logs to Slack
-
class
TelegramWebhookLogger extends WebhookLogger
A logger that write logs to telegram (won't work in mainland China)
-
trait
WebhookLogger extends Logger
Webhook 日志器特质
-
class
WoaWebhookLogger extends WebhookLogger
往 woa 里面发送日志
Value Members
-
object
DingTalkWebhookLogger extends LoggerCompanion
an object of DingTalkWebhookLogger to set DingTalkWebhookLogger class using
DingTalkWebhookLogger.initializeDingTalkWebhook(robotsKeysSigns: String) DingTalkWebhookLogger.initializeDingTalkWebhook(robotsKeysSigns: Array[Array[String]]) DingTalkWebhookLogger.resetRobots() DingTalkWebhookLogger.initializeConfiguration(c: LoggerConfiguration) DingTalkWebhookLogger.resetConfiguration()
-
object
FeishuWebhookLogger extends LoggerCompanion
an object of FeishuWebhookLogger to set FeishuWebhookLogger class using
FeishuWebhookLogger.initializeFeishuWebhook(robotsKeysSigns: String) FeishuWebhookLogger.initializeFeishuWebhook(robotsKeysSigns: Array[Array[String]]) FeishuWebhookLogger.resetRobots() FeishuWebhookLogger.initializeConfiguration(c: LoggerConfiguration) FeishuWebhookLogger.resetConfiguration()
-
object
QYWXWebhookLogger extends LoggerCompanion
an object of QYWXWebhookLogger to set QYWXWebhookLogger class using
QYWXWebhookLogger.initializeQYWXWebhook(robotsKeys: String) QYWXWebhookLogger.initializeQYWXWebhook(robotsKeys: Array[String]) QYWXWebhookLogger.resetRobotsKeys() QYWXWebhookLogger.initializeConfiguration(c: LoggerConfiguration) QYWXWebhookLogger.resetConfiguration()
-
object
ServerChanWebhookLogger extends LoggerCompanion
an object of ServerChanWebhookLogger to set ServerChanWebhookLogger class using
ServerChanWebhookLogger.initializeServerChanWebhook(robotsKeys: String) ServerChanWebhookLogger.initializeServerChanWebhook(robotsKeys: Array[String]) ServerChanWebhookLogger.resetRobotsKeys() ServerChanWebhookLogger.initializeConfiguration(c: LoggerConfiguration) ServerChanWebhookLogger.resetConfiguration()
-
object
SlackWebhookLogger extends LoggerCompanion
an object of SlackWebhookLogger to set SlackWebhookLogger class using
SlackWebhookLogger.initializeSlackUrls(slackUrls: String) SlackWebhookLogger.initializeSlackUrls(slackUrls: Array[String]) SlackWebhookLogger.resetSlackUrls() SlackWebhookLogger.initializeConfiguration(c: LoggerConfiguration) SlackWebhookLogger.resetConfiguration()
-
object
TelegramWebhookLogger extends LoggerCompanion
an object of TelegramWebhookLogger to set TelegramWebhookLogger class using
TelegramWebhookLogger.initializeTelegramWebhook(robotsChatIdsTokens: String) TelegramWebhookLogger.initializeTelegramWebhook(robotsChatIdsTokens: Array[Array[String]]) TelegramWebhookLogger.resetRobots() TelegramWebhookLogger.initializeConfiguration(c: LoggerConfiguration) TelegramWebhookLogger.resetConfiguration()
-
object
WoaWebhookLogger extends LoggerCompanion
an object of WoaWebhookLogger to set WoaWebhookLogger class using
WoaWebhookLogger.initializeWoaWebhook(robotsKeys: String) WoaWebhookLogger.initializeWoaWebhook(robotsKeys: Array[String]) WoaWebhookLogger.resetRobotsKeys() WoaWebhookLogger.initializeConfiguration(c: LoggerConfiguration) WoaWebhookLogger.resetConfiguration()