C# Class Hudl.FFmpeg.Logging.LogUtility

ファイルを表示 Open project: hudl/HudlFfmpeg

Private Properties

Property Type Description
GetLogMessage string>.Dictionary
JoinDictionary string
LogUtility System

Public Methods

Method 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

Method Description
GetLogMessage ( string message ) : string>.Dictionary
JoinDictionary ( string>.Dictionary dict ) : string
LogUtility ( string loggerName ) : System

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

DebugFormat() public method

public DebugFormat ( string message ) : void
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Error() public method

public Error ( string message, Exception e ) : void
message string
e System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( string message ) : void
message string
return void

GetLogger() public static method

public static GetLogger ( Type loggerType ) : LogUtility
loggerType System.Type
return LogUtility

GetLogger() public static method

public static GetLogger ( string loggerName ) : LogUtility
loggerName string
return LogUtility

Info() public method

public Info ( string message ) : void
message string
return void

InfoFormat() public method

public InfoFormat ( string message ) : void
message string
return void

SetAttributes() public method

public SetAttributes ( string>.Dictionary mergeDictionary ) : void
mergeDictionary string>.Dictionary
return void

Warn() public method

public Warn ( string message ) : void
message string
return void

WarnFormat() public method

public WarnFormat ( string message ) : void
message string
return void