All types
|
All members
PropellerApi
RT.PropellerApi
IPropeller
Module
ISettings
Saver
Propeller
Module
Base
<TSettings>
Propeller
Module
Settings
Propeller
Settings
Propeller
Util
GetLogger
(
console
,
file
,
log
Verbosity
)
LoadSettings
(
settings
Path
,
log
,
first
Run
Ever
)
LogException
(
log
,
e
)
RunStandalone
(
settings
Path
,
module
,
propagate
Exceptions
)
Settings
Saver
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static method:
void
LogException
(
LoggerBase
,
Exception
)
Declared in:
RT.PropellerApi.
PropellerUtil
Declaration
public static
void
LogException
(
LoggerBase
log
,
Exception
e
)
Summary
Logs an exception.
Parameters
LoggerBase
log
Logger to log the exception to.
Exception
e
The exception to log.