LoggingExtensions Class

TegoOS

LoggingExtensions Class
Extension class for Log4net
Inheritance Hierarchy
SystemObject  Tego.LoggingLoggingExtensions

Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static class LoggingExtensions
<ExtensionAttribute>
Public NotInheritable Class LoggingExtensions
[ExtensionAttribute]
public ref class LoggingExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type LoggingExtensions =  class end

The LoggingExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDebug
Logs debug message to Logger
Public methodStatic memberError
Logs error message to Logger
Public methodStatic memberFatal
Logs fatal message to Logger
Public methodStatic memberInfo
Logs info message to Logger
Public methodStatic memberLogT
Extention method to allow objects to access logger with Log().
Public methodStatic memberWarn
Logs warn message to Logger
Top
See Also