ZIOLogOps
oxygen.zio.syntax.log.ZIOLogOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def logAtLevel(level: LogLevel)(message: => String, cause: => Cause[Any])(using trace: Trace): UIO[Unit]
def logDebugAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
def logDetailedAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
def logErrorAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
def logFatalAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
def logImportantAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
def logInfoAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
def logTraceAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
def logWarningAnnotated(message: => String, annotations: (String, String)*)(using trace: Trace): UIO[Unit]
Note: This is only designed to work if you are leveraging oxygen.zio.logging.LogConfig.
In this article