C# Class Serenity.Log

Afficher le fichier Open project: volkanceylan/Serenity

Private Properties

Свойство Type Description
Log Serenity.Abstractions
RandomFileCode string
Write void

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Debug ( string message, Exception exception, Type source ) : void
Debug ( string message, Type source ) : void
Error ( string message ) : void
Error ( string message, Exception exception, Type source ) : void
Error ( string message, Type source ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception, Type source ) : void
Fatal ( string message, Type source ) : void
Info ( string message ) : void
Info ( string message, Exception exception, Type source ) : void
Info ( string message, Type source ) : void
IsLevelEnabled ( LoggingLevel level ) : bool
Verbose ( string message ) : void
Verbose ( string message, Exception exception, Type source ) : void
Verbose ( string message, Type source ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception, Type source ) : void
Warn ( string message, Type source ) : void

Private Methods

Méthode Description
Log ( ) : Serenity.Abstractions
RandomFileCode ( ) : string
Write ( LoggingLevel level, string message, Exception exception, Type source ) : void

Method Details

Debug() public static méthode

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

Debug() public static méthode

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

Debug() public static méthode

public static Debug ( string message, Type source ) : void
message string
source System.Type
Résultat void

Error() public static méthode

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

Error() public static méthode

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

Error() public static méthode

public static Error ( string message, Type source ) : void
message string
source System.Type
Résultat void

Fatal() public static méthode

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

Fatal() public static méthode

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

Fatal() public static méthode

public static Fatal ( string message, Type source ) : void
message string
source System.Type
Résultat void

Info() public static méthode

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

Info() public static méthode

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

Info() public static méthode

public static Info ( string message, Type source ) : void
message string
source System.Type
Résultat void

IsLevelEnabled() public static méthode

public static IsLevelEnabled ( LoggingLevel level ) : bool
level LoggingLevel
Résultat bool

Verbose() public static méthode

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

Verbose() public static méthode

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

Verbose() public static méthode

public static Verbose ( string message, Type source ) : void
message string
source System.Type
Résultat void

Warn() public static méthode

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

Warn() public static méthode

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

Warn() public static méthode

public static Warn ( string message, Type source ) : void
message string
source System.Type
Résultat void