ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.Logging Namespace Reference

Classes

interface  ILogger
 Provides a logging interface with various levels of logging. More...
 
interface  ILoggerFactory
 Interface representing a factory for creating loggers. More...
 
class  LogManager
 Static class that manages the creation and configuration of loggers.
 

Enumerations

enum  DefaultLogType { Empty = 1 , Console = 2 }
 Enumeration representing the default log types. More...
 

Enumeration Type Documentation

◆ DefaultLogType

Enumeration representing the default log types.

Enumerator
Empty 

Represents an empty logger that performs no logging operations.

Console 

Represents a console logger that logs messages to the console.