Class AdminLogsEui
Inheritance
System.Object
AdminLogsEui
Assembly: Content.Server.dll
Syntax
public sealed class AdminLogsEui : BaseEui
Constructors
|
Improve this Doc
View Source
AdminLogsEui()
Declaration
Methods
|
Improve this Doc
View Source
Closed()
Declaration
public override void Closed()
Overrides
|
Improve this Doc
View Source
GetNewState()
Declaration
public override EuiStateBase GetNewState()
Returns
Overrides
|
Improve this Doc
View Source
HandleMessage(EuiMessageBase)
Declaration
public override void HandleMessage(EuiMessageBase msg)
Parameters
Overrides
|
Improve this Doc
View Source
Opened()
Declaration
public override void Opened()
Overrides
|
Improve this Doc
View Source
SetLogFilter(Nullable<String>, Boolean, Nullable<HashSet<LogType>>)
Declaration
public void SetLogFilter(string? search = null, bool invertTypes = false, HashSet<LogType>? types = null)
Parameters
Type |
Name |
Description |
System.Nullable<System.String> |
search |
|
System.Boolean |
invertTypes |
|
System.Nullable<HashSet<LogType>> |
types |
|