ConsoleNotificationService

works.iterative.ui.services.ConsoleNotificationService
See theConsoleNotificationService companion object
class ConsoleNotificationService(messages: MessageCatalogue) extends UserNotificationService

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def notify(level: Level, msg: UserMessage): UIO[Unit]

Attributes

Definition Classes

Inherited methods

def debug(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def error(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def info(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def success(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def warning(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService