C# Class Whitelog.Interface.LogExtenstions

Exibir arquivo Open project: ronenbarak/Whitelog

Public Methods

Method Description
Debug ( this log, string message, object paramaeter = null ) : void
Error ( this log, string message, object paramaeter = null ) : void
Fatal ( this log, string message, object paramaeter = null ) : void
Info ( this log, string message, object paramaeter = null ) : void
Log ( this log, ILogTitle title, object paramaeter = null ) : void
Log ( this log, string title, string message, object paramaeter = null ) : void
Warning ( this log, string message, object paramaeter = null ) : void

Method Details

Debug() public static method

public static Debug ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
return void

Error() public static method

public static Error ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
return void

Fatal() public static method

public static Fatal ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
return void

Info() public static method

public static Info ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
return void

Log() public static method

public static Log ( this log, ILogTitle title, object paramaeter = null ) : void
log this
title ILogTitle
paramaeter object
return void

Log() public static method

public static Log ( this log, string title, string message, object paramaeter = null ) : void
log this
title string
message string
paramaeter object
return void

Warning() public static method

public static Warning ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
return void