C# Class MvcTemplate.Components.Logging.Logger

Inheritance: ILogger
Exibir arquivo Open project: NonFactors/MVC5.Template

Private Properties

Property Type Description

Public Methods

Method Description
Log ( Exception exception ) : void
Log ( String message ) : void
Logger ( ) : MvcTemplate.Components.Security
Logger ( Int32 accountId ) : MvcTemplate.Components.Security

Method Details

Log() public method

public Log ( Exception exception ) : void
exception System.Exception
return void

Log() public method

public Log ( String message ) : void
message String
return void

Logger() public method

public Logger ( ) : MvcTemplate.Components.Security
return MvcTemplate.Components.Security

Logger() public method

public Logger ( Int32 accountId ) : MvcTemplate.Components.Security
accountId System.Int32
return MvcTemplate.Components.Security