mirror of https://github.com/mingrammer/diagrams
Add more logging (#222)
parent
e9ef928cfe
commit
3f7694a521
@ -0,0 +1,21 @@
|
||||
# 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
|
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in new issue