Interface ISharedAdminLogManager
Assembly: Content.Shared.dll
Syntax
public interface ISharedAdminLogManager
Methods
|
Improve this Doc
View Source
Add(LogType, ref LogStringHandler)
Declaration
void Add(LogType type, ref LogStringHandler handler)
Parameters
Type |
Name |
Description |
Content.Shared.Database.LogType |
type |
|
LogStringHandler |
handler |
|
|
Improve this Doc
View Source
Add(LogType, LogImpact, ref LogStringHandler)
Declaration
void Add(LogType type, LogImpact impact, ref LogStringHandler handler)
Parameters
Type |
Name |
Description |
Content.Shared.Database.LogType |
type |
|
Content.Shared.Database.LogImpact |
impact |
|
LogStringHandler |
handler |
|