C# Class snowpack.FDOperationLog

Show file Open project: fardog/snowpack Class Usage Examples

Public Methods

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

Method Details

FDOperationLog() public method

public FDOperationLog ( FDDataStore ds, FDLogVerbosity logVerbosity, bool toConsole ) : System
ds FDDataStore
logVerbosity FDLogVerbosity
toConsole bool
return System

Store() public method

public Store ( string component, string shortMessage, string fullMessage, FDLogVerbosity importance ) : void
component string
shortMessage string
fullMessage string
importance FDLogVerbosity
return void