Package io.sentry.logger
Class SentryLogParameters
java.lang.Object
io.sentry.logger.SentryLogParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SentryLogParameters
create
(@Nullable SentryAttributes attributes) static @NotNull SentryLogParameters
create
(@Nullable SentryDate timestamp, @Nullable SentryAttributes attributes) @Nullable SentryAttributes
@Nullable SentryDate
void
setAttributes
(@Nullable SentryAttributes attributes) void
setTimestamp
(@Nullable SentryDate timestamp)
-
Constructor Details
-
SentryLogParameters
public SentryLogParameters()
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
getAttributes
-
setAttributes
-
create
@NotNull public static @NotNull SentryLogParameters create(@Nullable @Nullable SentryDate timestamp, @Nullable @Nullable SentryAttributes attributes) -
create
@NotNull public static @NotNull SentryLogParameters create(@Nullable @Nullable SentryAttributes attributes)
-