C# Class snowpack.FDOperationLog

Afficher le fichier Open project: fardog/snowpack Class Usage Examples

Méthodes publiques

Méthode Description
FDOperationLog ( FDDataStore ds, FDLogVerbosity logVerbosity, bool toConsole ) : System
Store ( string component, string shortMessage, string fullMessage, FDLogVerbosity importance ) : void

Method Details

FDOperationLog() public méthode

public FDOperationLog ( FDDataStore ds, FDLogVerbosity logVerbosity, bool toConsole ) : System
ds FDDataStore
logVerbosity FDLogVerbosity
toConsole bool
Résultat System

Store() public méthode

public Store ( string component, string shortMessage, string fullMessage, FDLogVerbosity importance ) : void
component string
shortMessage string
fullMessage string
importance FDLogVerbosity
Résultat void