Class SharedAdminLogSystem
Inheritance
System.Object
SharedAdminLogSystem
Namespace: Content.Shared.Administration.Logs
Assembly: Content.Shared.dll
Syntax
public abstract class SharedAdminLogSystem : EntitySystem
Methods
| Improve this Doc View SourceAdd(LogType, ref LogStringHandler)
Declaration
public virtual void Add(LogType type, ref LogStringHandler handler)
Parameters
Type | Name | Description |
---|---|---|
Content.Shared.Database.LogType | type | |
LogStringHandler | handler |
Add(LogType, LogImpact, ref LogStringHandler)
Declaration
public virtual 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 |