C# Class MvcTemplate.Components.Logging.Logger

Inheritance: ILogger
Afficher le fichier Open project: NonFactors/MVC5.Template

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Log() public méthode

public Log ( Exception exception ) : void
exception System.Exception
Résultat void

Log() public méthode

public Log ( String message ) : void
message String
Résultat void

Logger() public méthode

public Logger ( ) : MvcTemplate.Components.Security
Résultat MvcTemplate.Components.Security

Logger() public méthode

public Logger ( Int32 accountId ) : MvcTemplate.Components.Security
accountId System.Int32
Résultat MvcTemplate.Components.Security