Show / Hide Table of Contents

Class SharedAdminLogManager

Inheritance
System.Object
SharedAdminLogManager
AdminLogManager
Implements
ISharedAdminLogManager
Namespace: Content.Shared.Administration.Logs
Assembly: Content.Shared.dll
Syntax
public class SharedAdminLogManager : object, ISharedAdminLogManager

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

Implements

ISharedAdminLogManager
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾