public enum EOS_ELogCategory extends java.lang.Enum<EOS_ELogCategory> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_LC_Achievements
Logs related to the Achievements service
|
EOS_LC_ALL_CATEGORIES
Not a real log category.
|
EOS_LC_Analytics
Logs related to sdk analytics
|
EOS_LC_AntiCheat
Logs related to the Anti-Cheat service
|
EOS_LC_Auth
Logs related to the Auth service
|
EOS_LC_Connect
Logs related to the Connect service
|
EOS_LC_Core
Low level logs unrelated to specific services
|
EOS_LC_CustomInvites
Logs related to the Custom Invites API
|
EOS_LC_Ecom
Logs related to the Ecommerce service
|
EOS_LC_Friends
Logs related to the Friends service
|
EOS_LC_HTTP
Logs related to EOS HTTP activity
|
EOS_LC_HttpSerialization
Logs related to HTTP serialization
|
EOS_LC_IntegratedPlatform
Logs related to integrated platforms
|
EOS_LC_Keychain
Logs related to an internal Keychain feature that the authentication interfaces use
|
EOS_LC_KWS
Logs related to the Kids Web Services integration
|
EOS_LC_Leaderboards
Logs related to the Leaderboards service
|
EOS_LC_Lobby
Logs related to the lobby service
|
EOS_LC_Messaging
Logs related to the messaging service
|
EOS_LC_Mods
Logs related to the Mods service
|
EOS_LC_Overlay
Logs related to the Overlay
|
EOS_LC_P2P
Logs related to the P2P service
|
EOS_LC_PlayerDataStorage
Logs related to the PlayerDataStorage service
|
EOS_LC_Presence
Logs related to the Presence service
|
EOS_LC_ProgressionSnapshots
Logs related to the Progression Snapshot service
|
EOS_LC_RateLimiter
Logs related to rate limiting
|
EOS_LC_Reports
Logs related to reports client.
|
EOS_LC_RTC
Logs related to the RTC API
|
EOS_LC_RTCAdmin
Logs related to the RTC Admin API
|
EOS_LC_Sanctions
Logs related to the Sanctions service
|
EOS_LC_Sessions
Logs related to the Sessions service
|
EOS_LC_Stats
Logs related to the Stats service
|
EOS_LC_TitleStorage
Logs related to Title Storage
|
EOS_LC_UI
Logs related to the UI service
|
EOS_LC_UserInfo
Logs related to the UserInfo service
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_ELogCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_ELogCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_ELogCategory EOS_LC_Core
public static final EOS_ELogCategory EOS_LC_Auth
public static final EOS_ELogCategory EOS_LC_Friends
public static final EOS_ELogCategory EOS_LC_Presence
public static final EOS_ELogCategory EOS_LC_UserInfo
public static final EOS_ELogCategory EOS_LC_HttpSerialization
public static final EOS_ELogCategory EOS_LC_Ecom
public static final EOS_ELogCategory EOS_LC_P2P
public static final EOS_ELogCategory EOS_LC_Sessions
public static final EOS_ELogCategory EOS_LC_RateLimiter
public static final EOS_ELogCategory EOS_LC_PlayerDataStorage
public static final EOS_ELogCategory EOS_LC_Analytics
public static final EOS_ELogCategory EOS_LC_Messaging
public static final EOS_ELogCategory EOS_LC_Connect
public static final EOS_ELogCategory EOS_LC_Overlay
public static final EOS_ELogCategory EOS_LC_Achievements
public static final EOS_ELogCategory EOS_LC_Stats
public static final EOS_ELogCategory EOS_LC_UI
public static final EOS_ELogCategory EOS_LC_Lobby
public static final EOS_ELogCategory EOS_LC_Leaderboards
public static final EOS_ELogCategory EOS_LC_Keychain
public static final EOS_ELogCategory EOS_LC_IntegratedPlatform
public static final EOS_ELogCategory EOS_LC_TitleStorage
public static final EOS_ELogCategory EOS_LC_Mods
public static final EOS_ELogCategory EOS_LC_AntiCheat
public static final EOS_ELogCategory EOS_LC_Reports
public static final EOS_ELogCategory EOS_LC_Sanctions
public static final EOS_ELogCategory EOS_LC_ProgressionSnapshots
public static final EOS_ELogCategory EOS_LC_KWS
public static final EOS_ELogCategory EOS_LC_RTC
public static final EOS_ELogCategory EOS_LC_RTCAdmin
public static final EOS_ELogCategory EOS_LC_CustomInvites
public static final EOS_ELogCategory EOS_LC_HTTP
public static final EOS_ELogCategory EOS_LC_ALL_CATEGORIES
public static EOS_ELogCategory[] values()
for (EOS_ELogCategory c : EOS_ELogCategory.values()) System.out.println(c);
public static EOS_ELogCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped