Logging
ch.linkyard.mcp.protocol.Logging
object Logging
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Logging.type
Members list
Type members
Classlikes
case class LoggingMessage(level: LoggingLevel, logger: Option[String], data: Json, _meta: Option[JsonObject]) extends Notification
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Notificationclass Objecttrait Matchableclass AnyShow all
object LoggingMessage
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LoggingMessage.type
case class SetLevel(level: LoggingLevel, _meta: Option[JsonObject]) extends Request
In this article