Packages

package webhook

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DingTalkWebhookLogger extends WebhookLogger

    A logger that write logs to DingTalk (钉钉)

  2. class FeishuWebhookLogger extends WebhookLogger

    A logger that write logs to Feishu (飞书)

  3. class QYWXWebhookLogger extends WebhookLogger

    往企业微信里面发送日志

  4. class ServerChanWebhookLogger extends WebhookLogger

    A logger that write logs to ServerChan (Server酱)

  5. class SlackWebhookLogger extends WebhookLogger

    A logger that write logs to Slack

  6. class TelegramWebhookLogger extends WebhookLogger

    A logger that write logs to telegram (won't work in mainland China)

  7. trait WebhookLogger extends Logger

    Webhook 日志器特质

  8. class WoaWebhookLogger extends WebhookLogger

    往 woa 里面发送日志

Value Members

  1. 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()
    

  2. 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()
    

  3. 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()
    

  4. 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()
    

  5. 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()
    

  6. 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()
    

  7. 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()
    

Ungrouped