C# Class TrakHound.Logging.Logger

Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

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

Méthodes publiques

Méthode Description
Log ( string text, LogLineType type = LogLineType.Notification, [ filename = "", [ member = "", [ lineNumber ) : void

Add line to Log

ReadOutputLogText ( string applicationName, System.DateTime timestamp ) : string
ReadOutputLogXml ( LogLineType type, string applicationName, System.DateTime timestamp ) : System.Xml.XmlNode[]

Private Methods

Méthode Description
FormatDate ( System.DateTime date ) : string
ReadOutputLogText ( LogLineType type, string applicationName, System.DateTime timestamp ) : string

Method Details

Log() public static méthode

Add line to Log
public static Log ( string text, LogLineType type = LogLineType.Notification, [ filename = "", [ member = "", [ lineNumber ) : void
text string
type LogLineType
filename [
member [
lineNumber [
Résultat void

ReadOutputLogText() public static méthode

public static ReadOutputLogText ( string applicationName, System.DateTime timestamp ) : string
applicationName string
timestamp System.DateTime
Résultat string

ReadOutputLogXml() public static méthode

public static ReadOutputLogXml ( LogLineType type, string applicationName, System.DateTime timestamp ) : System.Xml.XmlNode[]
type LogLineType
applicationName string
timestamp System.DateTime
Résultat System.Xml.XmlNode[]

Property Details

OutputLogPath public_oe static_oe property

public static string OutputLogPath
Résultat string