TRONIX Code Documentation
Loading...
Searching...
No Matches
Classes | Enumerations
Tronix.Models.Services.Logging Namespace Reference

Classes

class  LoggerService
 
class  TronixBreadcrumb
 
class  TronixEvent
 This class is a duplicate of Sentry's SentryEvent so we don't have to carry around references to Sentry outside of Logging. More...
 
class  TronixEventExtensions
 

Enumerations

enum  TronixBreadcrumbLevel {
  Critical , Error , Warning , Info ,
  Debug
}
 
enum  TronixBreadcrumbType { Navigation , Http }
 
enum  TronixErrorLevel {
  Fatal , Error , Warning , Info ,
  Debug
}
 

Enumeration Type Documentation

◆ TronixBreadcrumbLevel

Enumerator
Critical 
Error 
Warning 
Info 
Debug 

◆ TronixBreadcrumbType

Enumerator
Navigation 
Http 

◆ TronixErrorLevel

Enumerator
Fatal 
Error 
Warning 
Info 
Debug