C# Class Utilities.Logging

Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider

Méthodes publiques

Свойство Type Description
LogFile string

Méthodes publiques

Méthode Description
Debug ( string data, [ memberName = "", [ filePath = "" ) : void
Error ( Exception ex, [ memberName = "", [ filePath = "" ) : void
Error ( string message, Exception ex, [ memberName = "", [ filePath = "" ) : void
Error ( string message, string data = null, [ memberName = "", [ filePath = "" ) : void
Info ( string data, [ memberName = "", [ filePath = "" ) : void
Report ( string message, string data = "{}", [ memberName = "", [ filePath = "" ) : void
Warn ( string data, [ memberName = "", [ filePath = "" ) : void

Private Methods

Méthode Description
log ( string path, string method, string level, string data ) : void

Method Details

Debug() public static méthode

public static Debug ( string data, [ memberName = "", [ filePath = "" ) : void
data string
memberName [
filePath [
Résultat void

Error() public static méthode

public static Error ( Exception ex, [ memberName = "", [ filePath = "" ) : void
ex System.Exception
memberName [
filePath [
Résultat void

Error() public static méthode

public static Error ( string message, Exception ex, [ memberName = "", [ filePath = "" ) : void
message string
ex System.Exception
memberName [
filePath [
Résultat void

Error() public static méthode

public static Error ( string message, string data = null, [ memberName = "", [ filePath = "" ) : void
message string
data string
memberName [
filePath [
Résultat void

Info() public static méthode

public static Info ( string data, [ memberName = "", [ filePath = "" ) : void
data string
memberName [
filePath [
Résultat void

Report() public static méthode

public static Report ( string message, string data = "{}", [ memberName = "", [ filePath = "" ) : void
message string
data string
memberName [
filePath [
Résultat void

Warn() public static méthode

public static Warn ( string data, [ memberName = "", [ filePath = "" ) : void
data string
memberName [
filePath [
Résultat void

Property Details

LogFile public_oe static_oe property

public static string LogFile
Résultat string