{"id":153,"date":"2019-04-29T22:43:03","date_gmt":"2019-04-29T13:43:03","guid":{"rendered":"http:\/\/192.168.219.207\/?p=153"},"modified":"2020-03-03T01:05:47","modified_gmt":"2020-03-02T16:05:47","slug":"c-arlog","status":"publish","type":"post","link":"https:\/\/tindevil.com\/?p=153","title":{"rendered":"[C#] arLOG"},"content":{"rendered":"\n<pre class=\"wp-block-verse\">API Document :  <a href=\"http:\/\/192.168.219.207\/Document\/api\/arUtil.Log.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (\uc0c8\ud0ed\uc73c\ub85c \uc5f4\uae30)\">http:\/\/192.168.219.207\/Document\/api\/arUtil.Log.html<\/a> <\/pre>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"[SIMPLE C#] \ub85c\uadf8\ud30c\uc77c \uc0dd\uc131 (arLog)\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/PVOKMYawe3k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\ub85c\uadf8 \uba54\uc138\uc9c0\ub97c \ud30c\uc77c\ub85c \uae30\ub85d \ud569\ub2c8\ub2e4.<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">\ud504\ub85c\uadf8\ub7a8\uc774 \uc2e4\ud589\ub418\ub294 \uc704\uce58 \ud558\uc704\uc5d0 Log \ud3f4\ub354\uac00 \uc0dd\uc131\n\ud30c\uc77c\uc0dd\uc131 \uaddc\uce59 : Log\\\ub144\\\uc6d4\\\uc77c\\\uc77c\uc790.txt \ub85c \ud30c\uc77c\uc774 \uc0dd\uc131\ub429\ub2c8\ub2e4.<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"113\" src=\"http:\/\/192.168.219.207\/wp-content\/uploads\/2020\/02\/1.png\" alt=\"\" class=\"wp-image-317\" srcset=\"https:\/\/tindevil.com\/wp-content\/uploads\/2020\/02\/1.png 576w, https:\/\/tindevil.com\/wp-content\/uploads\/2020\/02\/1-300x59.png 300w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\uae30\ub2a5\uc124\uba85<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>add , adde, addi, addat \ub4f1\uc758 \uba85\ub839\uc73c\ub85c \uba54\uc138\uc9c0\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.  <\/li><li>flush() \uba85\ub839\uc73c\ub85c \ubc84\ud37c\uc758 \ub0b4\uc6a9\uc744 \ubc14\ub85c \ud30c\uc77c\ub85c \uae30\ub85d\ud560 \uc218 \uc788\uc74c(\uc885\ub8cc\uc2dc \uc774\uc6a9) <\/li><li>\ub0b4\ubd80 \ubc84\ud37c\uce74\uc6b4\ud2b8\uac00 \ucc28\uac70\ub098 \uc77c\uc815 \ub370\uc774\ud130 \uc774\uc0c1\uc73c\ub85c \uc99d\uac00\ud558\uba74 \uc790\ub3d9 flush \ub428<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\uc0d8\ud50c\uc608\uc81c<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"csharp\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"true\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">public fMain()\n{\n    InitializeComponent();\n    Pub.log = new arUtil.Log();  \/\/\ub85c\uadf8\uac1d\uccb4\uc0dd\uc131\n}\n\nprivate void Form1_Load(object sender, EventArgs e)\n{\n    Pub.log.Add(\"\ud504\ub85c\uadf8\ub7a8 \uc2e4\ud589\");  \/\/NORMAL \uba54\uc138\uc9c0 \ucd94\uac00\n    Pub.log.Flush();   \/\/\uc2e4\uc81c \ud30c\uc77c\uc5d0 \uae30\ub85d\n}\n\nprivate void Form1_FormClosed(object sender, FormClosedEventArgs e)\n{\n    Pub.log.Add(\"\ud504\ub85c\uadf8\ub7a8 \uc885\ub8cc\");\n    Pub.log.Flush();\n}\n\nprivate void button1_Click(object sender, EventArgs e)\n{\n    var f = new fSetup();\n    if (f.ShowDialog() == DialogResult.OK)\n        Pub.log.Add(\"\uc124\uc815 \ubcc0\uacbd\ub428\");\n}\n\nprivate void button2_Click(object sender, EventArgs e)\n{\n    Pub.log.AddAT(\"\uacbd\uace0\uba54\uc138\uc9c0\");\n}\n\nprivate void button3_Click(object sender, EventArgs e)\n{\n    Pub.log.AddE(\"\uc624\ub958\uba54\uc138\uc9c0\");\n}\n\nprivate void button4_Click(object sender, EventArgs e)\n{\n    Pub.log.Add(\"\uc784\uc758\uadf8\ub8f9\", \"\uae30\ud0c0\uba54\uc138\uc9c0\");\n}\n\nprivate void button5_Click(object sender, EventArgs e)\n{\n    Pub.log.AddI(\"\uc815\ubcf4\uba54\uc138\uc9c0\");\n}<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ub85c\uadf8 \ud30c\uc77c (\uc608)<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\"> 2020-02-28 \uc624\ud6c4 12:42:48 NORMAL \ud504\ub85c\uadf8\ub7a8 \uc2e4\ud589\n 2020-02-28 \uc624\ud6c4 12:42:49 ATTENTION \uacbd\uace0\uba54\uc138\uc9c0\n 2020-02-28 \uc624\ud6c4 12:42:50 ERROR \uc624\ub958\uba54\uc138\uc9c0\n 2020-02-28 \uc624\ud6c4 12:42:50 \uc784\uc758\uadf8\ub8f9 \uae30\ud0c0\uba54\uc138\uc9c0\n 2020-02-28 \uc624\ud6c4 12:42:51 INFO \uc815\ubcf4\uba54\uc138\uc9c0\n 2020-02-28 \uc624\ud6c4 12:42:53 NORMAL \uc124\uc815 \ubcc0\uacbd\ub428\n 2020-02-28 \uc624\ud6c4 12:42:54 NORMAL \ud504\ub85c\uadf8\ub7a8 \uc885\ub8cc<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ub2e4\uc6b4\ub85c\ub4dc<\/h3>\n\n\n\n<div class=\"wp-block-file\"><a href=\"http:\/\/192.168.219.207\/wp-content\/uploads\/2020\/02\/Sample_arLog-2.zip\"><strong>\uc608\uc81c<\/strong> : Sample_arLog-2<\/a><a href=\"http:\/\/192.168.219.207\/wp-content\/uploads\/2020\/02\/Sample_arLog-2.zip\" class=\"wp-block-file__button\" download>\ub2e4\uc6b4\ub85c\ub4dc<\/a><\/div>\n\n\n\n<div class=\"wp-block-file\"><a href=\"http:\/\/192.168.219.207\/wp-content\/uploads\/2020\/02\/ArLog.Net4_.zip\"><strong>DLL <\/strong>:  ArLog.Net4_<\/a><a href=\"http:\/\/192.168.219.207\/wp-content\/uploads\/2020\/02\/ArLog.Net4_.zip\" class=\"wp-block-file__button\" download>\ub2e4\uc6b4\ub85c\ub4dc<\/a><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\ud504\ub85c\uadf8\ub7a8\uc18c\uc2a4<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a rel=\"noreferrer noopener\" aria-label=\"https:\/\/gitlab.com\/open-class\/arLog_CSharp.git (\uc0c8\ud0ed\uc73c\ub85c \uc5f4\uae30)\" href=\"https:\/\/gitlab.com\/open-class\/arLog_CSharp.git\" target=\"_blank\">https:\/\/gitlab.com\/open-class\/arLog_CSharp.git<\/a><br> \uc18c\uc2a4\ub294 \ucd08\ub300 \uc694\uccad(tindevil@nate.com) \ud558\uc2dc\uba74 \uad8c\ud55c \ub4dc\ub9bd\ub2c8\ub2e4 (\uc0ac\uc6a9\uc790 \ud30c\uc545 \uc6a9)<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\uc800\uc791\uad8c<\/h3>\n\n\n\n<pre class=\"wp-block-verse\">DLL \uc0ac\uc6a9 \uc81c\ud55c \uc5c6\uc74c<br>\uc18c\uc2a4\uc758 \ubcc0\uacbd\uc740 \uc790\uc720\ub85c\uc6b0\uba70 \uc81c\ud55c \uc5c6\uc774 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.(\ub2e4\ub9cc \ucd9c\ucc98 \uacf5\uac1c \uc694\ub9dd)  \ucd9c\ucc98 : tindevil.com \/ tindevil@nate.com<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>API Document : http:\/\/192.168.219.207\/Document\/api\/arUtil.Log.html \ub85c\uadf8 \uba54\uc138\uc9c0\ub97c \ud30c\uc77c\ub85c \uae30\ub85d \ud569\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub7a8\uc774 \uc2e4\ud589\ub418\ub294 \uc704\uce58 \ud558\uc704\uc5d0 Log \ud3f4\ub354\uac00 \uc0dd\uc131 \ud30c\uc77c\uc0dd\uc131 \uaddc\uce59 : Log\\\ub144\\\uc6d4\\\uc77c\\\uc77c\uc790.txt \ub85c \ud30c\uc77c\uc774 \uc0dd\uc131\ub429\ub2c8\ub2e4. \uae30\ub2a5\uc124\uba85 add , adde, addi, addat \ub4f1\uc758 \uba85\ub839\uc73c\ub85c \uba54\uc138\uc9c0\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. flush() \uba85\ub839\uc73c\ub85c \ubc84\ud37c\uc758 \ub0b4\uc6a9\uc744 \ubc14\ub85c \ud30c\uc77c\ub85c \uae30\ub85d\ud560 \uc218 \uc788\uc74c(\uc885\ub8cc\uc2dc \uc774\uc6a9) \ub0b4\ubd80 \ubc84\ud37c\uce74\uc6b4\ud2b8\uac00 \ucc28\uac70\ub098 \uc77c\uc815 \ub370\uc774\ud130 \uc774\uc0c1\uc73c\ub85c \uc99d\uac00\ud558\uba74 \uc790\ub3d9 flush \ub428 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":285,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[11],"tags":[13,15,14,17],"class_list":["post-153","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-open-source","tag-c","tag-simp","tag-simple-c","tag-17"],"_links":{"self":[{"href":"https:\/\/tindevil.com\/index.php?rest_route=\/wp\/v2\/posts\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tindevil.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tindevil.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tindevil.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tindevil.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=153"}],"version-history":[{"count":18,"href":"https:\/\/tindevil.com\/index.php?rest_route=\/wp\/v2\/posts\/153\/revisions"}],"predecessor-version":[{"id":474,"href":"https:\/\/tindevil.com\/index.php?rest_route=\/wp\/v2\/posts\/153\/revisions\/474"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tindevil.com\/index.php?rest_route=\/wp\/v2\/media\/285"}],"wp:attachment":[{"href":"https:\/\/tindevil.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tindevil.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tindevil.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}