C# Class Hudl.FFmpeg.Logging.LogUtility

Afficher le fichier Open project: hudl/HudlFfmpeg

Private Properties

Свойство Type Description
GetLogMessage string>.Dictionary
JoinDictionary string
LogUtility System

Méthodes publiques

Méthode Description
Debug ( string message ) : void
DebugFormat ( string message ) : void
Error ( string message ) : void
Error ( string message, Exception e ) : void
ErrorFormat ( string message ) : void
GetLogger ( Type loggerType ) : LogUtility
GetLogger ( string loggerName ) : LogUtility
Info ( string message ) : void
InfoFormat ( string message ) : void
SetAttributes ( string>.Dictionary mergeDictionary ) : void
Warn ( string message ) : void
WarnFormat ( string message ) : void

Private Methods

Méthode Description
GetLogMessage ( string message ) : string>.Dictionary
JoinDictionary ( string>.Dictionary dict ) : string
LogUtility ( string loggerName ) : System

Method Details

Debug() public méthode

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

DebugFormat() public méthode

public DebugFormat ( string message ) : void
message string
Résultat void

Error() public méthode

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

Error() public méthode

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

ErrorFormat() public méthode

public ErrorFormat ( string message ) : void
message string
Résultat void

GetLogger() public static méthode

public static GetLogger ( Type loggerType ) : LogUtility
loggerType System.Type
Résultat LogUtility

GetLogger() public static méthode

public static GetLogger ( string loggerName ) : LogUtility
loggerName string
Résultat LogUtility

Info() public méthode

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

InfoFormat() public méthode

public InfoFormat ( string message ) : void
message string
Résultat void

SetAttributes() public méthode

public SetAttributes ( string>.Dictionary mergeDictionary ) : void
mergeDictionary string>.Dictionary
Résultat void

Warn() public méthode

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

WarnFormat() public méthode

public WarnFormat ( string message ) : void
message string
Résultat void