C# Class Server.Infrastructure.Log

A generic logging class that allows printing to the console
Afficher le fichier Open project: GrindFest/GrindFest

Méthodes publiques

Свойство Type Description
Level LogLevel

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void

Private Methods

Méthode Description
LogAction ( LogLevel level, string message ) : void

Method Details

Debug() public static méthode

public static Debug ( string message ) : void
message string
Résultat void

Error() public static méthode

public static Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Info() public static méthode

public static Info ( string message ) : void
message string
Résultat void

Warn() public static méthode

public static Warn ( string message ) : void
message string
Résultat void

Property Details

Level public_oe static_oe property

public static LogLevel Level
Résultat LogLevel