LogBase Class

Abstract class LogBase defines a generic interface for all system logging used internally within the Trinity framework. May be extended in order to present logs in e.g a system console.

Definition

Namespace: Alteruna.Multiplayer.Core
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
public abstract class LogBase
Inheritance
Object    LogBase
Derived

Constructors

Properties

Methods

Alert 
Debug 
Error 
Format 
Info 
Log 
Present Method Present must be overidden by sub classes in order to customize log presentation.
Warning 

See Also