mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
321 B
22 lines
321 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _Saas
|
|
|
|
|
|
class _Logging(_Saas):
|
|
_type = "logging"
|
|
_icon_dir = "resources/saas/logging"
|
|
|
|
|
|
class Datadog(_Logging):
|
|
_icon = "datadog.png"
|
|
|
|
|
|
class Papertrail(_Logging):
|
|
_icon = "papertrail.png"
|
|
|
|
|
|
# Aliases
|
|
|
|
DataDog = Datadog
|