Logging OCL in Turnkey
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
[[File:SysLoggingViewmodel.png|none|thumb]] | [[File:SysLoggingViewmodel.png|none|thumb]] | ||
[[File:SysLoggingView.png|none|thumb|554x554px]] | [[File:SysLoggingView.png|none|thumb|554x554px]] | ||
<code>namespace ASPNETIdentity { | |||
using System; | |||
using System.Collections; | |||
using System.Collections.Generic; | |||
using System.ComponentModel; | |||
using System.CodeDom.Compiler; | |||
using Eco.ObjectImplementation; | |||
using Eco.ObjectRepresentation; | |||
using Eco.Services; | |||
using Eco.Subscription; | |||
using Eco.UmlCodeAttributes; | |||
using Eco.UmlRt; | |||
using System.Text; | |||
using Eco.Logging;</code> |
Revision as of 14:04, 16 July 2022
You can expand your TK app with OCL logging of your own making if you are using CodeDress.
namespace ASPNETIdentity {
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.CodeDom.Compiler;
using Eco.ObjectImplementation;
using Eco.ObjectRepresentation;
using Eco.Services;
using Eco.Subscription;
using Eco.UmlCodeAttributes;
using Eco.UmlRt;
using System.Text;
using Eco.Logging;
This page was edited more than 1 years ago on 12/20/2023. What links here