C# Class GreenQloud.Logger

Datei anzeigen Open project: greenqloud/qloudsync

Public Methods

Method Description
LogEvent ( string type, Event e ) : void
LogInfo ( string type, Exception e ) : void
LogInfo ( string type, string message, bool useData = true ) : void

Method Details

LogEvent() public static method

public static LogEvent ( string type, Event e ) : void
type string
e GreenQloud.Model.Event
return void

LogInfo() public static method

public static LogInfo ( string type, Exception e ) : void
type string
e System.Exception
return void

LogInfo() public static method

public static LogInfo ( string type, string message, bool useData = true ) : void
type string
message string
useData bool
return void