Show / Hide Table of Contents

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 Source

Add(LogType, ref LogStringHandler)

Declaration
public virtual 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
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
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Methods
    • Add(LogType, ref LogStringHandler)
    • Add(LogType, LogImpact, ref LogStringHandler)
Back to top
Generated by DocFX
☀
☾