C# Class WebApplications.Utilities.Logging.Loggers.TraceLogger

Inheritance: TextWriterLogger
Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Méthode Description
TraceLogger ( [ name, [ format = null, LoggingLevels validLevels = LoggingLevels.All ) : WebApplications.Utilities.Annotations

Initializes a new instance of the TraceLogger class.

Method Details

TraceLogger() public méthode

Initializes a new instance of the TraceLogger class.
public TraceLogger ( [ name, [ format = null, LoggingLevels validLevels = LoggingLevels.All ) : WebApplications.Utilities.Annotations
name [ The logger name.
format [ The format.
validLevels LoggingLevels The valid log levels.
Résultat WebApplications.Utilities.Annotations