C# Class Sdl.Web.Common.Logging.Log

ファイルを表示 Open project: sdl/dxa-web-application-dotnet

Public Methods

Method Description
Debug ( string messageFormat ) : void
Error ( Exception ex ) : void
Error ( Exception ex, string messageFormat ) : void
Error ( string messageFormat ) : void
Info ( string messageFormat ) : void
Trace ( string messageFormat ) : void
Warn ( string messageFormat ) : void

Method Details

Debug() public static method

public static Debug ( string messageFormat ) : void
messageFormat string
return void

Error() public static method

public static Error ( Exception ex ) : void
ex System.Exception
return void

Error() public static method

public static Error ( Exception ex, string messageFormat ) : void
ex System.Exception
messageFormat string
return void

Error() public static method

public static Error ( string messageFormat ) : void
messageFormat string
return void

Info() public static method

public static Info ( string messageFormat ) : void
messageFormat string
return void

Trace() public static method

public static Trace ( string messageFormat ) : void
messageFormat string
return void

Warn() public static method

public static Warn ( string messageFormat ) : void
messageFormat string
return void