LuciadCPillar C# 2026.0
Loading...
Searching...
No Matches
Luciad Namespace Reference

Namespaces

namespace  Animations
namespace  Cameras
namespace  Cartesian
namespace  Concurrent
namespace  Containers
namespace  Controllers
namespace  Create
namespace  Datamodels
namespace  Drawing
namespace  Edit
namespace  Expressions
namespace  Formats
namespace  Geodesy
namespace  Geometries
namespace  Graphics
namespace  Grids
namespace  Input
namespace  Layers
namespace  Loaders
namespace  Maps
namespace  Models
namespace  Net
namespace  Rasters
namespace  Symbology
namespace  Text
namespace  Utils

Classes

class  Environment
 Container of global state in this library. More...
class  ErrorInfo
 This class exposes details for a failed method call. More...
interface  ILoggingBackend
 Backend for the logging in this library. More...
class  LicenseException
 The exception that is thrown when the CPillar license is not valid. More...

Enumerations

enum  LogLevel {
  Error , Warning , Info , Debug ,
  Trace
}
 Various levels for logging messages. More...

Enumeration Type Documentation

◆ LogLevel

Various levels for logging messages.

Enumerator
Error 

Indicates a problem from which no recovery is possible.

Warning 

Indicates a problem from which we can recover.

Recovery could be to give up whatever we attempted.

Info 

Indicates information of general interest.

Debug 

Indicates information of use for figuring out a problem.

Trace 

Indicates extremely detailed information that is probably only useful to the maintainer of the code.