1 iw4madminapplicationapigamelogserver IGameLogServer
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IGameLogServer Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.API.GameLogServer
  IW4MAdmin.Application.API.GameLogServer.IGameLogServer[[IGameLogServer]]
  class IW4MAdmin.Application.API.GameLogServer.IGameLogServer interfaceStyle;
  end

Members

Methods

Public methods

Returns Name
Task<LogInfo> Log(string path, string key)

Details

Methods

Log

Source code

public Task<LogInfo> Log(string path, string key)
Arguments
Type Name Description
string path
string key

Generated with ModularDoc