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. |
type | |
Log |
handler |
Add(LogType, LogImpact, ref LogStringHandler)
Declaration
public virtual void Add(LogType type, LogImpact impact, ref LogStringHandler handler)
Parameters
Type | Name | Description |
---|---|---|
Content. |
type | |
Content. |
impact | |
Log |
handler |