10 lines
148 B
Kotlin
10 lines
148 B
Kotlin
package eventDemo.contexts.game.application.logging
|
|
|
|
enum class LoggingContextKeys {
|
|
CurrentUserId,
|
|
Notification,
|
|
Game,
|
|
Event,
|
|
Command,
|
|
}
|