Uses of Class
com.morpheusdata.model.AuditLog
Packages that use AuditLog
-
Uses of AuditLog in com.morpheusdata.core.admin
Methods in com.morpheusdata.core.admin that return types with arguments of type AuditLogModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<AuditLog>Inserts an audit log entry at the specified level.io.reactivex.rxjava3.core.Single<AuditLog>Inserts a DEBUG-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts an ERROR-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts a FATAL-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts an INFO-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts a WARN-level audit log entry.Methods in com.morpheusdata.core.admin with parameters of type AuditLogModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<AuditLog>Inserts an audit log entry at the specified level.io.reactivex.rxjava3.core.Single<AuditLog>Inserts a DEBUG-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts an ERROR-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts a FATAL-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts an INFO-level audit log entry.io.reactivex.rxjava3.core.Single<AuditLog>Inserts a WARN-level audit log entry. -
Uses of AuditLog in com.morpheusdata.core.synchronous.admin
Methods in com.morpheusdata.core.synchronous.admin that return AuditLogModifier and TypeMethodDescriptionInserts an audit log entry at the specified level.Inserts a DEBUG-level audit log entry.Inserts an ERROR-level audit log entry.Inserts a FATAL-level audit log entry.Inserts an INFO-level audit log entry.Inserts a WARN-level audit log entry.Methods in com.morpheusdata.core.synchronous.admin with parameters of type AuditLogModifier and TypeMethodDescriptionInserts an audit log entry at the specified level.Inserts a DEBUG-level audit log entry.Inserts an ERROR-level audit log entry.Inserts a FATAL-level audit log entry.Inserts an INFO-level audit log entry.Inserts a WARN-level audit log entry.