Show / Hide Table of Contents

Interface IAdminLogManager

Namespace: Content.Server.Administration.Logs
Assembly: Content.Server.dll
Syntax
public interface IAdminLogManager : ISharedAdminLogManager

Methods

| Improve this Doc View Source

All(LogFilter, Nullable<Func<List<SharedAdminLog>>>)

Declaration
Task<List<SharedAdminLog>> All(LogFilter filter = null, Func<List<SharedAdminLog>>? listProvider = null)
Parameters
Type Name Description
LogFilter filter
System.Nullable<Func<List<Content.Shared.Administration.Logs.SharedAdminLog>>> listProvider
Returns
Type Description
Task<List<Content.Shared.Administration.Logs.SharedAdminLog>>
| Improve this Doc View Source

AllJson(LogFilter)

Declaration
IAsyncEnumerable<JsonDocument> AllJson(LogFilter filter = null)
Parameters
Type Name Description
LogFilter filter
Returns
Type Description
IAsyncEnumerable<JsonDocument>
| Improve this Doc View Source

AllMessages(LogFilter)

Declaration
IAsyncEnumerable<string> AllMessages(LogFilter filter = null)
Parameters
Type Name Description
LogFilter filter
Returns
Type Description
IAsyncEnumerable<System.String>
| Improve this Doc View Source

CountLogs(Int32)

Declaration
Task<int> CountLogs(int round)
Parameters
Type Name Description
System.Int32 round
Returns
Type Description
Task<System.Int32>
| Improve this Doc View Source

CurrentRound()

Declaration
Task<Round> CurrentRound()
Returns
Type Description
Task<Content.Server.Database.Round>
| Improve this Doc View Source

CurrentRoundJson(LogFilter)

Declaration
IAsyncEnumerable<JsonDocument> CurrentRoundJson(LogFilter filter = null)
Parameters
Type Name Description
LogFilter filter
Returns
Type Description
IAsyncEnumerable<JsonDocument>
| Improve this Doc View Source

CurrentRoundLogs(LogFilter)

Declaration
Task<List<SharedAdminLog>> CurrentRoundLogs(LogFilter filter = null)
Parameters
Type Name Description
LogFilter filter
Returns
Type Description
Task<List<Content.Shared.Administration.Logs.SharedAdminLog>>
| Improve this Doc View Source

CurrentRoundMessages(LogFilter)

Declaration
IAsyncEnumerable<string> CurrentRoundMessages(LogFilter filter = null)
Parameters
Type Name Description
LogFilter filter
Returns
Type Description
IAsyncEnumerable<System.String>
| Improve this Doc View Source

Initialize()

Declaration
void Initialize()
| Improve this Doc View Source

Round(Int32)

Declaration
Task<Round> Round(int roundId)
Parameters
Type Name Description
System.Int32 roundId
Returns
Type Description
Task<Content.Server.Database.Round>
| Improve this Doc View Source

RoundStarting(Int32)

Declaration
void RoundStarting(int id)
Parameters
Type Name Description
System.Int32 id
| Improve this Doc View Source

RunLevelChanged(GameRunLevel)

Declaration
void RunLevelChanged(GameRunLevel level)
Parameters
Type Name Description
GameRunLevel level
| Improve this Doc View Source

Shutdown()

Declaration
Task Shutdown()
Returns
Type Description
Task
| Improve this Doc View Source

Update()

Declaration
void Update()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾