C# Class UserApp.Logging.MemoryLogger

Inheritance: ILogger
Mostra file Open project: userapp-io/userapp-dotnet

Public Methods

Method Description
GetLogs ( ) : IEnumerable
Log ( string message, string type = "info", System.DateTime created = null ) : void
MemoryLogger ( ) : System

Method Details

GetLogs() public method

public GetLogs ( ) : IEnumerable
return IEnumerable

Log() public method

public Log ( string message, string type = "info", System.DateTime created = null ) : void
message string
type string
created System.DateTime
return void

MemoryLogger() public method

public MemoryLogger ( ) : System
return System