iw4madminapplicationapigamelogserver IGameLogServer - RaidMax/IW4M-Admin GitHub Wiki
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
| Returns | Name |
|---|---|
Task<LogInfo> |
Log(string path, string key) |
public Task<LogInfo> Log(string path, string key)| Type | Name | Description |
|---|---|---|
string |
path | |
string |
key |
Generated with ModularDoc