packages feed

agent-push-kit-0.1.0: lib/AgentPushKit/Logging.hs

{-
   Agent Push Kit API

   The complete Agent Push Kit REST API. Application event ingestion uses an organization key beginning with `apk_`. Authenticated user operations accept either an Agent Push Kit login JWT or an agent access token beginning with `apt_`.

   OpenAPI Version: 3.1.0
   Agent Push Kit API API version: 0.1.0
   Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

{-|
Module : AgentPushKit.Logging
Logging functions
-}
{-# LANGUAGE CPP #-}

#ifdef USE_KATIP

module AgentPushKit.Logging
  ( module AgentPushKit.LoggingKatip
  ) where

import AgentPushKit.LoggingKatip

#else

module AgentPushKit.Logging
  ( module AgentPushKit.LoggingMonadLogger
  ) where

import AgentPushKit.LoggingMonadLogger

#endif